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.cpp206 bool needAddQuotedPrintable = needQP_ && !VCardUtils::IsPrintableAscii({ phoneticName }); in AddPhoneticName() local
271 bool needAddQuotedPrintable = in DealNoEmptyFamilyOrGivenName() local
309 void VCardConstructor::AddCharsetOrQuotedPrintable(bool needAddCharset, bool needAddQuotedPrintable) in AddCharsetOrQuotedPrintable()
396 bool needAddQuotedPrintable = needQP_ && !VCardUtils::IsPrintableAscii(values); in AddCustomType() local
524 bool needAddQuotedPrintable = false; in AddPostalLine() local
559 bool &needCharset, bool &needAddQuotedPrintable) in ConstructPostalLine()
851 bool needAddQuotedPrintable = needQP_ && !VCardUtils::IsPrintableAscii(valueList); in AddEmailLine() local
894 bool needAddQuotedPrintable = needQP_ && !VCardUtils::IsPrintableAscii({ valueList }); in AddLineWithCharsetAndQP() local