Lines Matching defs:countryCode
38 const std::string &phoneNumber, const std::string &countryCode, std::string &formatNumber)
53 std::string tmpCode = countryCode;
65 const std::string phoneNumber, const std::string countryCode, std::string &formatNumber)
67 return FormatNumberBase(phoneNumber, countryCode, i18n::phonenumbers::PhoneNumberUtil::E164, formatNumber);
71 const std::string phoneNumber, const std::string countryCode, std::string &formatNumber)
73 int32_t ret = FormatNumberBase(phoneNumber, countryCode,
80 const std::string phoneNumber, const std::string countryCode, std::string &formatNumber)
82 int32_t ret = FormatNumberBase(phoneNumber, countryCode,
88 int32_t CallNumberUtils::FormatNumberBase(const std::string phoneNumber, std::string countryCode,
100 transform(countryCode.begin(), countryCode.end(), countryCode.begin(), ::toupper);
102 phoneUtils->Parse(phoneNumber, countryCode, &parseResult);
110 const std::string &phoneNumber, const std::string &countryCode, std::string &formatNumber)
125 std::string tmpCode = countryCode;