Home
last modified time | relevance | path

Searched refs:CountryLanguages (Results 1 - 10 of 10) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Dgeocoding_data.cc[all...]
H A Dmapping_file_provider.h29 struct CountryLanguages;
37 typedef const CountryLanguages* (*country_languages_getter)(int index);
66 void FindBestMatchingLanguageCode(const CountryLanguages* languages,
H A Dgeocoding_data.h25 struct CountryLanguages { struct
58 // Returns the CountryLanguages record for country at index, index
60 const CountryLanguages* get_country_languages(int index);
H A Dmapping_file_provider.cc75 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 Dphonenumber_offline_geocoder.h38 struct CountryLanguages;
49 typedef const CountryLanguages* (*country_languages_getter)(int index);
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dupdate_geocoding.h33 static const CountryLanguages* UpdateCountryLanguages(const CountryLanguages** preCountryLanguagesArray,
59 static std::map<int, CountryLanguages>* countryLanguagesMap;
61 static const CountryLanguages** countryLanguagesArray;
H A Dupdate_geocoding.cc36 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 Dmapping_file_provider_test.cc32 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 Dgeocoding_data_test.cc37 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 Dgeocoding_test_data.h31 // Returns the CountryLanguages record for country at index, index
33 const CountryLanguages* get_test_country_languages(int index);

Completed in 30 milliseconds