Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc829 country_calling_code_to_region_code_map_( in PhoneNumberUtil()
882 country_calling_code_to_region_code_map_->insert( in PhoneNumberUtil()
883 country_calling_code_to_region_code_map_->begin(), in PhoneNumberUtil()
887 std::sort(country_calling_code_to_region_code_map_->begin(), in PhoneNumberUtil()
888 country_calling_code_to_region_code_map_->end(), OrderByFirst()); in PhoneNumberUtil()
893 country_calling_code_to_region_code_map_->begin(), in ~PhoneNumberUtil()
894 country_calling_code_to_region_code_map_->end()); in ~PhoneNumberUtil()
921 country_calling_code_to_region_code_map_->begin(); in GetSupportedCallingCodes()
922 it != country_calling_code_to_region_code_map_->end(); ++it) { in GetSupportedCallingCodes()
1058 return (std::binary_search(country_calling_code_to_region_code_map_->begin(), in HasValidCountryCallingCode()
[all …]
Dphonenumberutil.h805 country_calling_code_to_region_code_map_; variable