Searched refs:FormatNumberBase (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/call_manager/utils/src/ |
H A D | call_number_utils.cpp | 68 …return FormatNumberBase(phoneNumber, countryCode, i18n::phonenumbers::PhoneNumberUtil::E164, forma… in FormatPhoneNumberToE164() 74 int32_t ret = FormatNumberBase(phoneNumber, countryCode, in FormatPhoneNumberToNational() 83 int32_t ret = FormatNumberBase(phoneNumber, countryCode, in FormatPhoneNumberToInternational() 89 int32_t CallNumberUtils::FormatNumberBase(const std::string phoneNumber, std::string countryCode, in FormatNumberBase() function in OHOS::Telephony::CallNumberUtils
|
/ohos5.0/base/telephony/call_manager/utils/include/ |
H A D | call_number_utils.h | 39 int32_t FormatNumberBase(const std::string phoneNumber, std::string countryCode,
|