/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
shortnumberutil.cc | 30 const string& region_code) const { 32 return short_info.ConnectsToEmergencyNumber(number, region_code); 36 const string& region_code) const { 38 return short_info.IsEmergencyNumber(number, region_code);
|
shortnumberinfo.cc | 59 const string& region_code = it->id(); local 60 region_to_short_metadata_map_->insert(make_pair(region_code, *it)); 67 const string& region_code) const { 69 region_to_short_metadata_map_->find(region_code); 77 const string& region_code) const { 78 return MatchesEmergencyNumberHelper(number, region_code, 83 const string& region_code) const { 84 return MatchesEmergencyNumberHelper(number, region_code, 89 const string& region_code, bool allow_prefix_match) const { 99 const PhoneMetadata* metadata = GetMetadataForRegion(region_code); [all...] |
shortnumberinfo.h | 48 const string& region_code) const; 56 const string& region_code) const; 66 const string& region_code) const; 69 const string& region_code,
|
shortnumberutil.h | 48 const string& region_code) const; 56 const string& region_code) const;
|
phonenumberutil.h | 407 const string& region_code) const; 412 string* region_code) const; 416 int GetCountryCodeForRegion(const string& region_code) const; 422 void GetRegionCodeForCountryCode(int country_code, string* region_code) const; 426 bool IsNANPACountry(const string& region_code) const; 433 void GetNddPrefixForRegion(const string& region_code, 486 bool GetExampleNumber(const string& region_code, 493 bool GetExampleNumberForType(const string& region_code, 571 AsYouTypeFormatter* GetAsYouTypeFormatter(const string& region_code) const; 673 bool IsValidRegionCode(const string& region_code) const [all...] |
phonenumberutil.cc | 46 #include "phonenumbers/region_code.h" 686 const string& region_code = it->id(); local 687 if (region_code == RegionCode::GetUnknown()) { 692 if (kRegionCodeForNonGeoEntity == region_code) { 696 region_to_metadata_map_->insert(make_pair(region_code, *it)); 702 calling_code_in_map->second->push_front(region_code); 704 calling_code_in_map->second->push_back(region_code); 709 list_with_region_code->push_back(region_code); 903 string region_code; local 935 string region_code; local 994 string region_code; local 1041 string region_code; local 1168 string region_code; local 1218 string region_code; local 1331 string region_code; local 2021 string region_code; local 2064 string region_code; local 2079 string region_code; local 2124 string region_code; local 2144 string region_code; local 2486 string region_code; local 2736 string region_code; local [all...] |
asyoutypeformatter.h | 86 explicit AsYouTypeFormatter(const string& region_code); 90 const PhoneMetadata* GetMetadataForRegion(const string& region_code) const;
|
phonenumbermatcher.h | 79 const string& region_code, 86 const string& region_code);
|
asyoutypeformatter.cc | 126 AsYouTypeFormatter::AsYouTypeFormatter(const string& region_code) 139 default_country_(region_code), 141 default_metadata_(GetMetadataForRegion(region_code)), 157 const string& region_code) const { 158 int country_calling_code = phone_util_.GetCountryCodeForRegion(region_code);
|
phonenumbermatcher.cc | 359 const string& region_code, 366 preferred_region_(region_code), 375 const string& region_code) 380 preferred_region_(region_code), [all...] |
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/ |
address_ui.h | 30 // Returns the UI components for the CLDR |region_code|. Uses the strings from 33 const std::string& region_code,
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/ |
region_data_constants.h | 27 static const std::string& GetRegionData(const std::string& region_code);
|
address_ui.cc | 92 const std::string& region_code, 99 RegionDataConstants::GetRegionData(region_code))) {
|
region_data_constants.cc | [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/ |
phonenumber_offline_geocoder.cc | 123 string region_code; local 124 phone_util_->GetRegionCodeForNumber(number, ®ion_code); 125 return GetRegionDisplayName(®ion_code, language); 129 const string* region_code, const Locale& language) const { 130 if (region_code == NULL || region_code->compare("ZZ") == 0 || 131 region_code->compare( 136 icu::Locale("", region_code->c_str()).getDisplayCountry( 158 string region_code; local 159 phone_util_->GetRegionCodeForNumber(number, ®ion_code); [all...] |
phonenumber_offline_geocoder.h | 121 string GetRegionDisplayName(const string* region_code,
|
/external/icu4c/i18n/unicode/ |
region.h | 157 static const Region* U_EXPORT2 getInstance(const char *region_code, UErrorCode &status);
|
/external/icu4c/i18n/ |
region.cpp | 403 Region::getInstance(const char *region_code, UErrorCode &status) { 405 if ( !region_code ) { 417 UnicodeString regionCodeString = UnicodeString(region_code, -1, US_INV);
|
/external/chromium_org/content/renderer/ |
render_view_impl.cc | 906 const std::string region_code = local [all...] |