Searched refs:get_country_languages (Results 1 - 7 of 7) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | phonenumber_offline_geocoder.cc | 48 get_country_languages, get_prefix_language_code_pairs(), in PhoneNumberOfflineGeocoder() local 54 country_languages_getter get_country_languages, in PhoneNumberOfflineGeocoder() 59 get_country_languages, prefix_language_code_pairs, in PhoneNumberOfflineGeocoder() 65 country_languages_getter get_country_languages, in Init() 72 get_country_languages)); 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 | 58 country_languages_getter get_country_languages, 118 country_languages_getter get_country_languages,
|
H A D | mapping_file_provider.cc | 87 country_languages_getter get_country_languages) in MappingFileProvider() 90 get_country_languages_(get_country_languages) { 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 | geocoding_data.h | 60 const CountryLanguages* get_country_languages(int index);
|
H A D | mapping_file_provider.h | 41 // get_country_languages(int index) returning the CountryLanguage information 45 country_languages_getter get_country_languages);
|
H A D | geocoding_data.cc | 918562 const CountryLanguages* get_country_languages(int index) { get_country_languages() function [all...] |
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/ |
H A D | geocoding_data_test.cc | 54 country_languages_getter get_country_languages) { in TestCountryCallingCodeLanguages() 62 TestCountryLanguages(get_country_languages(i)); in TestCountryCallingCodeLanguages() 111 get_country_languages); in TEST() local 52 TestCountryCallingCodeLanguages( const int* country_calling_codes, int country_calling_codes_size, country_languages_getter get_country_languages) TestCountryCallingCodeLanguages() argument
|
Completed in 28 milliseconds