Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
Dupdate_geocoding.cc313 CountriesInfo countriesInfo = countriesInfoMap->at(countryCode); in AddCountryLanguages() local
315 int availableLanguagesSize = static_cast<int>(countriesInfo.country_languages_num()); in AddCountryLanguages()
320 for (int i = 0; i < countriesInfo.country_languages_size(); i++) { in AddCountryLanguages()
321 std::string language = countriesInfo.country_languages(i); in AddCountryLanguages()