Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc623 mobile_token_mappings_.insert(std::make_pair(54, '9')); in InitializeMapsAndSets()
685 std::map<int, char> mobile_token_mappings_; member in i18n::phonenumbers::PhoneNumberRegExpsAndMappings
777 mobile_token_mappings_(), in PhoneNumberRegExpsAndMappings()
2673 std::map<int, char>::iterator it = reg_exps_->mobile_token_mappings_.find( in GetCountryMobileToken()
2675 if (it != reg_exps_->mobile_token_mappings_.end()) { in GetCountryMobileToken()