Searched refs:country_calling_codes (Results 1 – 7 of 7) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/ |
D | mapping_file_provider_test.cc | 43 const int country_calling_codes[] = {1, 41, 65, 86}; variable 46 sizeof(country_calling_codes) / sizeof(*country_calling_codes); 67 MappingFileProvider provider(country_calling_codes, in TEST()
|
D | geocoding_test_data.cc | 251 const int country_calling_codes[] = { variable 260 return country_calling_codes; in get_test_country_calling_codes() 264 return sizeof(country_calling_codes) in get_test_country_calling_codes_size() 265 /sizeof(*country_calling_codes); in get_test_country_calling_codes_size()
|
D | geocoding_data_test.cc | 53 const int* country_calling_codes, int country_calling_codes_size, in TestCountryCallingCodeLanguages() argument 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()
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
D | phonenumber_offline_geocoder.cc | 52 const int* country_calling_codes, int country_calling_codes_size, in PhoneNumberOfflineGeocoder() argument 57 Init(country_calling_codes, country_calling_codes_size, in PhoneNumberOfflineGeocoder() 63 const int* country_calling_codes, int country_calling_codes_size, in Init() argument 69 provider_.reset(new MappingFileProvider(country_calling_codes, in Init()
|
D | phonenumber_offline_geocoder.h | 56 const int* country_calling_codes, 111 void Init(const int* country_calling_codes,
|
D | mapping_file_provider.cc | 86 const int* country_calling_codes, int country_calling_codes_size, in MappingFileProvider() argument 88 : country_calling_codes_(country_calling_codes), in MappingFileProvider()
|
D | mapping_file_provider.h | 43 MappingFileProvider(const int* country_calling_codes,
|