Home
last modified time | relevance | path

Searched refs:postalLine (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp523 std::stringstream postalLine; in AddPostalLine() local
525 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 …]
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h73 …oid ConstructPostalLine(std::shared_ptr<VCardPostalData> postalData, std::stringstream &postalLine,