Searched refs:country_calling_codes (Results 1 - 7 of 7) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/ |
H A D | mapping_file_provider_test.cc | 43 const int country_calling_codes[] = {1, 41, 65, 86}; member 46 sizeof(country_calling_codes) / sizeof(*country_calling_codes); 67 MappingFileProvider provider(country_calling_codes, in TEST()
|
H A D | geocoding_data_test.cc | 53 const int* country_calling_codes, int country_calling_codes_size, in TestCountryCallingCodeLanguages() 57 int code = country_calling_codes[i]; in TestCountryCallingCodeLanguages() 60 EXPECT_LT(country_calling_codes[i-1], code); in TestCountryCallingCodeLanguages() 135 const int* country_calling_codes = get_test_country_calling_codes(); in TEST() local 138 EXPECT_EQ(expected_calling_codes[i], country_calling_codes[i]); in TEST() 52 TestCountryCallingCodeLanguages( const int* country_calling_codes, int country_calling_codes_size, country_languages_getter get_country_languages) TestCountryCallingCodeLanguages() argument
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | phonenumber_offline_geocoder.cc | 53 const int* country_calling_codes, int country_calling_codes_size, in PhoneNumberOfflineGeocoder() 58 Init(country_calling_codes, country_calling_codes_size, in PhoneNumberOfflineGeocoder() 64 const int* country_calling_codes, int country_calling_codes_size, in Init() 70 provider_.reset(new MappingFileProvider(country_calling_codes, in Init() 52 PhoneNumberOfflineGeocoder( const int* country_calling_codes, int country_calling_codes_size, country_languages_getter get_country_languages, const char** prefix_language_code_pairs, int prefix_language_code_pairs_size, prefix_descriptions_getter get_prefix_descriptions) PhoneNumberOfflineGeocoder() argument 63 Init( const int* country_calling_codes, int country_calling_codes_size, country_languages_getter get_country_languages, const char** prefix_language_code_pairs, int prefix_language_code_pairs_size, prefix_descriptions_getter get_prefix_descriptions) Init() argument
|
H A D | phonenumber_offline_geocoder.h | 56 const int* country_calling_codes, 116 void Init(const int* country_calling_codes,
|
H A D | mapping_file_provider.cc | 86 const int* country_calling_codes, int country_calling_codes_size, in MappingFileProvider() 88 : country_calling_codes_(country_calling_codes), in MappingFileProvider() 85 MappingFileProvider( const int* country_calling_codes, int country_calling_codes_size, country_languages_getter get_country_languages) MappingFileProvider() argument
|
H A D | mapping_file_provider.h | 39 // Initializes a MappingFileProvider with country_calling_codes, a sorted 42 // related to the country code at index in country_calling_codes. 43 MappingFileProvider(const int* country_calling_codes,
|
H A D | geocoding_data.cc | 918393 const int country_calling_codes[] = { global() member [all...] |
Completed in 28 milliseconds