Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_decoder_v21.h89 std::string GetPoMultiLine(const std::string &from);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp607 …std::string value = VCardUtils::ConvertCharset(GetPoMultiLine(rawValue), "", toCharSet, errorCode); in DealAdrOrgN()
769 std::string VCardDecoderV21::GetPoMultiLine(const std::string &from) in GetPoMultiLine() function in OHOS::Telephony::VCardDecoderV21