Searched refs:postalLine (Results 1 – 2 of 2) sorted by relevance
523 std::stringstream postalLine; in AddPostalLine() local525 if (postalLine.str().empty()) { in AddPostalLine()552 result_ << postalLine.str() << END_OF_LINE; in AddPostalLine()585 postalLine << encodedCountry; in ConstructPostalLine()596 postalLine << ITEM_SEPARATOR; in ConstructPostalLine()597 postalLine << encodedPostalAddress; in ConstructPostalLine()598 postalLine << ITEM_SEPARATOR; in ConstructPostalLine()599 postalLine << ITEM_SEPARATOR; in ConstructPostalLine()600 postalLine << ITEM_SEPARATOR; in ConstructPostalLine()601 postalLine << ITEM_SEPARATOR; in ConstructPostalLine()[all …]
73 …oid ConstructPostalLine(std::shared_ptr<VCardPostalData> postalData, std::stringstream &postalLine,