Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp319 bool needQuotedPrintable = needQP_ && !VCardUtils::IsPrintableAscii({ part }); in AddSinglePartNameField() local
320 …std::string encodedPart = needQuotedPrintable ? EncodeQuotedPrintable(part) : DealCharacters(part); in AddSinglePartNameField()
322 AddCharsetOrQuotedPrintable(IsNeedCharsetParam({ part }), needQuotedPrintable); in AddSinglePartNameField()
831 … const std::string &type, const std::string &rawValue, bool needCharset, bool needQuotedPrintable) in AddLine() argument
833 AddLine(type, {}, rawValue, needCharset, needQuotedPrintable); in AddLine()
843 const std::string &rawValue, bool needCharset, bool needQuotedPrintable) in AddLine() argument
851 AddCharsetOrQuotedPrintable(needCharset, needQuotedPrintable); in AddLine()
866 AddLine(type, {}, valueList, needCharset, needQuotedPrintable); in AddLine()
870 std::vector<std::string> valueList, bool needCharset, bool needQuotedPrintable) in AddLine() argument
877 AddCharsetOrQuotedPrintable(needCharset, needQuotedPrintable); in AddLine()
[all …]
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h55 …(const std::string &type, const std::string &rawValue, bool needCharset, bool needQuotedPrintable);
60 …std::string &type, std::vector<std::string> valueList, bool needCharset, bool needQuotedPrintable);
62 bool needCharset, bool needQuotedPrintable);