Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h34 static std::string ConvertCharset(
36 static std::string ConvertCharset(
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp229 std::string temp = VCardUtils::ConvertCharset(rawValue, "", targetCharset, errorCode); in DealRawDataValue()
607 …std::string value = VCardUtils::ConvertCharset(GetPoMultiLine(rawValue), "", toCharSet, errorCode); in DealAdrOrgN()
667 return VCardUtils::ConvertCharset(encodeValue, "", toCharSet, errorCode); in ParseQuotedPrintableValue()
H A Dvcard_decoder_v30.cpp101 return VCardUtils::ConvertCharset(value, "", DEFAULT_IMPORT_CHARSET, errorCode); in EncodeParamValue()
H A Dvcard_utils.cpp152 std::string VCardUtils::ConvertCharset( in ConvertCharset() function in OHOS::Telephony::VCardUtils