Home
last modified time | relevance | path

Searched refs:country_languages_getter (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Dmapping_file_provider.h37 typedef const CountryLanguages* (*country_languages_getter)(int index); typedef
45 country_languages_getter get_country_languages);
70 const country_languages_getter get_country_languages_;
Dphonenumber_offline_geocoder.h49 typedef const CountryLanguages* (*country_languages_getter)(int index); typedef
58 country_languages_getter get_country_languages,
113 country_languages_getter get_country_languages,
Dphonenumber_offline_geocoder.cc53 country_languages_getter get_country_languages, in PhoneNumberOfflineGeocoder()
64 country_languages_getter get_country_languages, in Init()
Dmapping_file_provider.cc87 country_languages_getter get_country_languages) in MappingFileProvider()
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/
Dgeocoding_data_test.cc37 typedef const CountryLanguages* (*country_languages_getter)(int index); typedef
54 country_languages_getter get_country_languages) { in TestCountryCallingCodeLanguages()