• Home
  • Raw
  • Download

Lines Matching refs:country_calling_code

168     int country_calling_code,  in PrefixNumberWithCountryCallingCode()  argument
173 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code)); in PrefixNumberWithCountryCallingCode()
176 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code, " ")); in PrefixNumberWithCountryCallingCode()
180 country_calling_code, "-")); in PrefixNumberWithCountryCallingCode()
855 int country_calling_code = it->country_code(); in PhoneNumberUtil() local
858 std::make_pair(country_calling_code, *it)); in PhoneNumberUtil()
863 country_calling_code_to_region_map.find(country_calling_code); in PhoneNumberUtil()
875 std::make_pair(country_calling_code, list_with_region_code)); in PhoneNumberUtil()
877 if (country_calling_code == kNanpaCountryCode) { in PhoneNumberUtil()
940 int country_calling_code, in GetSupportedTypesForNonGeoEntity() argument
944 GetMetadataForNonGeographicalRegion(country_calling_code); in GetSupportedTypesForNonGeoEntity()
948 << country_calling_code; in GetSupportedTypesForNonGeoEntity()
1053 int country_calling_code) const { in HasValidCountryCallingCode()
1057 target_pair.first = country_calling_code; in HasValidCountryCallingCode()
1076 int country_calling_code) const { in GetMetadataForNonGeographicalRegion()
1079 country_calling_code); in GetMetadataForNonGeographicalRegion()
1102 int country_calling_code = number.country_code(); in Format() local
1110 PrefixNumberWithCountryCallingCode(country_calling_code, E164, in Format()
1114 if (!HasValidCountryCallingCode(country_calling_code)) { in Format()
1123 GetRegionCodeForCountryCode(country_calling_code, &region_code); in Format()
1128 GetMetadataForRegionOrCallingCode(country_calling_code, region_code); in Format()
1133 PrefixNumberWithCountryCallingCode(country_calling_code, number_format, in Format()
1143 int country_calling_code = number.country_code(); in FormatByPattern() local
1150 if (!HasValidCountryCallingCode(country_calling_code)) { in FormatByPattern()
1155 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatByPattern()
1158 GetMetadataForRegionOrCallingCode(country_calling_code, region_code); in FormatByPattern()
1192 PrefixNumberWithCountryCallingCode(country_calling_code, number_format, in FormatByPattern()
1200 int country_calling_code = number.country_code(); in FormatNationalNumberWithCarrierCode() local
1203 if (!HasValidCountryCallingCode(country_calling_code)) { in FormatNationalNumberWithCarrierCode()
1213 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatNationalNumberWithCarrierCode()
1216 GetMetadataForRegionOrCallingCode(country_calling_code, region_code); in FormatNationalNumberWithCarrierCode()
1220 PrefixNumberWithCountryCallingCode(country_calling_code, NATIONAL, in FormatNationalNumberWithCarrierCode()
1225 int country_calling_code, const string& region_code) const { in GetMetadataForRegionOrCallingCode() argument
1227 ? GetMetadataForNonGeographicalRegion(country_calling_code) in GetMetadataForRegionOrCallingCode()
1252 int country_calling_code = number.country_code(); in FormatNumberForMobileDialing() local
1253 if (!HasValidCountryCallingCode(country_calling_code)) { in FormatNumberForMobileDialing()
1264 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatNumberForMobileDialing()
1291 } else if (country_calling_code == kNanpaCountryCode) { in FormatNumberForMobileDialing()
1573 int country_calling_code = number.country_code(); in HasFormattingPatternForNumber() local
1575 GetRegionCodeForCountryCode(country_calling_code, &region_code); in HasFormattingPatternForNumber()
1577 GetMetadataForRegionOrCallingCode(country_calling_code, region_code); in HasFormattingPatternForNumber()
1839 int country_calling_code, in GetRegionCodesForCountryCallingCode() argument
1845 target_pair.first = country_calling_code; in GetRegionCodesForCountryCallingCode()
1862 int country_calling_code, in GetRegionCodeForCountryCode() argument
1867 GetRegionCodesForCountryCallingCode(country_calling_code, &region_codes); in GetRegionCodeForCountryCode()
1875 int country_calling_code = number.country_code(); in GetRegionCodeForNumber() local
1877 GetRegionCodesForCountryCallingCode(country_calling_code, &region_codes); in GetRegionCodeForNumber()
1880 << country_calling_code << ")"; in GetRegionCodeForNumber()
2039 int country_calling_code = *it; in GetExampleNumberForType() local
2041 GetMetadataForNonGeographicalRegion(country_calling_code); in GetExampleNumberForType()
2045 country_calling_code, in GetExampleNumberForType()
2061 int country_calling_code, PhoneNumber* number) const { in GetExampleNumberForNonGeoEntity() argument
2064 GetMetadataForNonGeographicalRegion(country_calling_code); in GetExampleNumberForNonGeoEntity()
2079 SimpleItoa(country_calling_code), in GetExampleNumberForNonGeoEntity()
2092 << country_calling_code; in GetExampleNumberForNonGeoEntity()
2473 PhoneNumberType phone_number_type, int country_calling_code) const { in IsNumberGeographical()
2476 (reg_exps_->geo_mobile_countries_.find(country_calling_code) in IsNumberGeographical()
2611 int country_calling_code = number.country_code(); in GetLengthOfGeographicalAreaCode() local
2614 country_calling_code) != in GetLengthOfGeographicalAreaCode()
2619 if (!IsNumberGeographical(type, country_calling_code)) { in GetLengthOfGeographicalAreaCode()
2670 void PhoneNumberUtil::GetCountryMobileToken(int country_calling_code, in GetCountryMobileToken() argument
2674 country_calling_code); in GetCountryMobileToken()