Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/
Dmapping_file_provider_test.cc43 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()
Dgeocoding_test_data.cc251 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()
Dgeocoding_data_test.cc53 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/
Dphonenumber_offline_geocoder.cc52 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()
Dphonenumber_offline_geocoder.h56 const int* country_calling_codes,
111 void Init(const int* country_calling_codes,
Dmapping_file_provider.cc86 const int* country_calling_codes, int country_calling_codes_size, in MappingFileProvider() argument
88 : country_calling_codes_(country_calling_codes), in MappingFileProvider()
Dmapping_file_provider.h43 MappingFileProvider(const int* country_calling_codes,