Searched refs:CountryLanguages (Results 1 - 10 of 10) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | geocoding_data.cc | [all...] |
H A D | mapping_file_provider.h | 29 struct CountryLanguages; 37 typedef const CountryLanguages* (*country_languages_getter)(int index); 66 void FindBestMatchingLanguageCode(const CountryLanguages* languages,
|
H A D | geocoding_data.h | 25 struct CountryLanguages { struct 58 // Returns the CountryLanguages record for country at index, index 60 const CountryLanguages* get_country_languages(int index);
|
H A D | mapping_file_provider.cc | 75 bool HasLanguage(const CountryLanguages* languages, const string& language) { in HasLanguage() 111 const CountryLanguages* const langs = in GetFileName() 127 const CountryLanguages* languages, const string& language, in FindBestMatchingLanguageCode()
|
H A D | phonenumber_offline_geocoder.h | 38 struct CountryLanguages; 49 typedef const CountryLanguages* (*country_languages_getter)(int index);
|
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | update_geocoding.h | 33 static const CountryLanguages* UpdateCountryLanguages(const CountryLanguages** preCountryLanguagesArray, 59 static std::map<int, CountryLanguages>* countryLanguagesMap; 61 static const CountryLanguages** countryLanguagesArray;
|
H A D | update_geocoding.cc | 36 std::map<int, CountryLanguages>* UpdateGeocoding::countryLanguagesMap = new std::map<int, CountryLanguages>(); 38 const CountryLanguages** UpdateGeocoding::countryLanguagesArray = nullptr; 237 const CountryLanguages* UpdateGeocoding::UpdateCountryLanguages(const CountryLanguages** preCountryLanguagesArray, int index) in UpdateCountryLanguages() 329 CountryLanguages countryLanguages = { in AddCountryLanguages()
|
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/ |
H A D | mapping_file_provider_test.cc | 32 const CountryLanguages country_##code = { \ 53 const CountryLanguages* country_languages[] = { 60 const CountryLanguages* test_get_country_languages(int index) { in test_get_country_languages()
|
H A D | geocoding_data_test.cc | 37 typedef const CountryLanguages* (*country_languages_getter)(int index); 40 void TestCountryLanguages(const CountryLanguages* languages) { in TestCountryLanguages() 141 const CountryLanguages* langs_1 = get_test_country_languages(0); in TEST()
|
H A D | geocoding_test_data.h | 31 // Returns the CountryLanguages record for country at index, index 33 const CountryLanguages* get_test_country_languages(int index);
|
Completed in 30 milliseconds