Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.cc470 mobile_token_mappings_.insert(make_pair(52, '1')); in InitializeMapsAndSets()
471 mobile_token_mappings_.insert(make_pair(54, '9')); in InitializeMapsAndSets()
529 map<int, char> mobile_token_mappings_; member in i18n::phonenumbers::PhoneNumberRegExpsAndMappings
615 mobile_token_mappings_(), in PhoneNumberRegExpsAndMappings()
2211 map<int, char>::iterator it = reg_exps_->mobile_token_mappings_.find( in GetCountryMobileToken()
2213 if (it != reg_exps_->mobile_token_mappings_.end()) { in GetCountryMobileToken()