Home
last modified time | relevance | path

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

/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h34 static std::string ConvertCharset(
36 static std::string ConvertCharset(
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v30.cpp101 return VCardUtils::ConvertCharset(value, "", DEFAULT_IMPORT_CHARSET, errorCode); in EncodeParamValue()
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()
609 TELEPHONY_LOGE("ConvertCharset failed"); in DealAdrOrgN()
667 return VCardUtils::ConvertCharset(encodeValue, "", toCharSet, errorCode); in ParseQuotedPrintableValue()
H A Dvcard_utils.cpp152 std::string VCardUtils::ConvertCharset( in ConvertCharset() function in OHOS::Telephony::VCardUtils
157 TELEPHONY_LOGE("ConvertCharset open fail"); in ConvertCharset()
169 TELEPHONY_LOGE("ConvertCharset open fail"); in ConvertCharset()

Completed in 3 milliseconds