Home
last modified time | relevance | path

Searched refs:countryLanguagesMap (Results 1 - 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dupdate_geocoding.cc36 std::map<int, CountryLanguages>* UpdateGeocoding::countryLanguagesMap = new std::map<int, CountryLanguages>(); member in i18n::phonenumbers::UpdateGeocoding
241 if (countryLanguagesMap->find(countryCode) != countryLanguagesMap->end()) { in UpdateCountryLanguages()
242 return &countryLanguagesMap->at(countryCode); in UpdateCountryLanguages()
246 if (countryLanguagesMap->find(countryCode) == countryLanguagesMap->end() && preIndex != -1) { in UpdateCountryLanguages()
247 countryLanguagesMap->insert(std::make_pair(countryCode, *(countryLanguagesArray[preIndex]))); in UpdateCountryLanguages()
249 return &countryLanguagesMap->at(countryCode); in UpdateCountryLanguages()
333 countryLanguagesMap->insert(std::make_pair(countryCode, countryLanguages)); in AddCountryLanguages()
H A Dupdate_geocoding.h59 static std::map<int, CountryLanguages>* countryLanguagesMap; member in i18n::phonenumbers::UpdateGeocoding

Completed in 2 milliseconds