Searched defs:region_code (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dshortnumberutil.cc35 const string& region_code) const {
36 return MatchesEmergencyNumberHelper(number, region_code,
41 const string& region_code) const {
42 return MatchesEmergencyNumberHelper(number, region_code,
47 const string& region_code, bool allow_prefix_match) const {
57 const PhoneMetadata* metadata = phone_util_.GetMetadataForRegion(region_code);
72 return (!allow_prefix_match || region_code == "BR")
46 MatchesEmergencyNumberHelper(const string& number, const string& region_code, bool allow_prefix_match) const argument
H A Dasyoutypeformatter.cc124 AsYouTypeFormatter::AsYouTypeFormatter(const string& region_code) argument
137 default_country_(region_code),
139 default_metadata_(GetMetadataForRegion(region_code)),
155 const string& region_code) const {
156 int country_calling_code = phone_util_.GetCountryCodeForRegion(region_code);
H A Dphonenumbermatcher.cc352 const string& region_code,
359 preferred_region_(region_code),
368 const string& region_code)
373 preferred_region_(region_code),
350 PhoneNumberMatcher(const PhoneNumberUtil& util, const string& text, const string& region_code, PhoneNumberMatcher::Leniency leniency, int max_tries) argument
367 PhoneNumberMatcher(const string& text, const string& region_code) argument
H A Dphonenumberutil.cc49 #include "phonenumbers/region_code.h"
683 const string& region_code = it->id(); local
684 if (region_code == RegionCode::GetUnknown()) {
689 if (kRegionCodeForNonGeoEntity == region_code) {
693 region_to_metadata_map_->insert(make_pair(region_code, *it));
699 calling_code_in_map->second->push_front(region_code);
701 calling_code_in_map->second->push_back(region_code);
706 list_with_region_code->push_back(region_code);
711 nanpa_regions_->insert(region_code);
807 void PhoneNumberUtil::GetNddPrefixForRegion(const string& region_code, argument
900 string region_code; local
932 string region_code; local
991 string region_code; local
1038 string region_code; local
1167 string region_code; local
1217 string region_code; local
1333 string region_code; local
1698 GetExampleNumber(const string& region_code, PhoneNumber* number) const argument
1707 GetExampleNumberForType( const string& region_code, PhoneNumberUtil::PhoneNumberType type, PhoneNumber* number) const argument
2023 string region_code; local
2066 string region_code; local
2081 string region_code; local
2126 string region_code; local
2146 string region_code; local
2193 string region_code; local
2466 string region_code; local
2716 string region_code; local
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dphonenumber_offline_geocoder.cc123 string region_code; local
124 phone_util_->GetRegionCodeForNumber(number, &region_code);
125 return GetRegionDisplayName(&region_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, &region_code);
128 GetRegionDisplayName( const string* region_code, const Locale& language) const argument
[all...]
/external/icu4c/i18n/
H A Dregion.cpp403 Region::getInstance(const char *region_code, UErrorCode &status) { argument
405 if ( !region_code ) {
417 UnicodeString regionCodeString = UnicodeString(region_code, -1, US_INV);
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc876 const std::string region_code = local
883 new PhoneNumberDetector(region_code)));

Completed in 193 milliseconds