Home
last modified time | relevance | path

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

/base/telephony/core_service/utils/vcard/src/
Dvcard_constructor.cpp203 bool needAddQuotedPrintable = needQP_ && !VCardUtils::IsPrintableAscii({ phoneticName }); in AddPhoneticName() local
268 bool needAddQuotedPrintable = in DealNoEmptyFimilyOrGivenName() local
298 void VCardConstructor::AddCharsetOrQuotedPrintable(bool needAddCharset, bool needAddQuotedPrintable) in AddCharsetOrQuotedPrintable()
381 bool needAddQuotedPrintable = needQP_ && !VCardUtils::IsPrintableAscii(values); in AddCustomType() local
509 bool needAddQuotedPrintable = false; in AddPostalLine() local
543 bool &needCharset, bool &needAddQuotedPrintable) in ConstructPostalLine()
789 bool needAddQuotedPrintable = needQP_ && !VCardUtils::IsPrintableAscii(valueList); in AddEmailLine() local
832 bool needAddQuotedPrintable = needQP_ && !VCardUtils::IsPrintableAscii({ valueList }); in AddLineWithCharsetAndQP() local