Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp574 …std::string encodedCity = (needAddQuotedPrintable ? EncodeQuotedPrintable(city) : DealCharacters(c… in ConstructPostalLine() local
582 postalLine << encodedCity << ITEM_SEPARATOR; in ConstructPostalLine()