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/
Dphonenumberutil.cc833 country_code_to_non_geographical_metadata_map_( in PhoneNumberUtil()
857 country_code_to_non_geographical_metadata_map_->insert( in PhoneNumberUtil()
911 country_code_to_non_geographical_metadata_map_->begin(); in GetSupportedGlobalNetworkCallingCodes()
912 it != country_code_to_non_geographical_metadata_map_->end(); ++it) { in GetSupportedGlobalNetworkCallingCodes()
1078 country_code_to_non_geographical_metadata_map_->find( in GetMetadataForNonGeographicalRegion()
1080 if (it != country_code_to_non_geographical_metadata_map_->end()) { in GetMetadataForNonGeographicalRegion()
Dphonenumberutil.h819 country_code_to_non_geographical_metadata_map_; variable