Home
last modified time | relevance | path

Searched refs:country_code_to_non_geographical_metadata_map_ (Results 1 - 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumberutil.cc864 country_code_to_non_geographical_metadata_map_( in PhoneNumberUtil()
888 country_code_to_non_geographical_metadata_map_->insert(std::make_pair(country_calling_code, *it)); in PhoneNumberUtil()
922 UpdateMetadata::UpdatePhoneNumber(country_code_to_non_geographical_metadata_map_, region_to_metadata_map_); in PhoneNumberUtil()
946 country_code_to_non_geographical_metadata_map_->begin(); in GetSupportedGlobalNetworkCallingCodes()
947 it != country_code_to_non_geographical_metadata_map_->end(); ++it) { in GetSupportedGlobalNetworkCallingCodes()
1113 country_code_to_non_geographical_metadata_map_->find( in GetMetadataForNonGeographicalRegion()
1115 if (it != country_code_to_non_geographical_metadata_map_->end()) { in GetMetadataForNonGeographicalRegion()
H A Dphonenumberutil.h823 country_code_to_non_geographical_metadata_map_; member in i18n::phonenumbers::PhoneNumberUtil

Completed in 10 milliseconds