Home
last modified time | relevance | path

Searched defs:encodedValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp399 …std::string encodedValue = needAddQuotedPrintable ? EncodeQuotedPrintable(value) : DealCharacters(… in AddCustomType() local
759 void VCardConstructor::AddPhotoLine(const std::string &encodedValue, const std::string &photoType) in AddPhotoLine()
850 …std::string encodedValue = needQuotedPrintable ? EncodeQuotedPrintable(rawValue) : DealCharacters(… in AddLine() local
882 std::string encodedValue; in AddLine() local
H A Dvcard_decoder_v21.cpp287 …std::string encodedValue = ParseQuotedPrintableValue(quotedPrintableValue, fromCharSet, toCharSet,… in DealEncodingQPOrNoEncodingFN() local