Searched refs:ConvertCharset (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_utils.h | 34 static std::string ConvertCharset( 36 static std::string ConvertCharset(
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_decoder_v21.cpp | 229 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 D | vcard_decoder_v30.cpp | 101 return VCardUtils::ConvertCharset(value, "", DEFAULT_IMPORT_CHARSET, errorCode); in EncodeParamValue()
|
H A D | vcard_utils.cpp | 152 std::string VCardUtils::ConvertCharset( in ConvertCharset() function in OHOS::Telephony::VCardUtils
|