Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dupdate_geocoding.cc37 std::map<int, CountriesInfo>* UpdateGeocoding::countriesInfoMap = new std::map<int, CountriesInfo>(); member in i18n::phonenumbers::UpdateGeocoding
62 countriesInfoMap->insert(std::make_pair(geocodingInfo->countries(i), geocodingInfo->countries_info(i))); in LoadGeocodingData()
308 if (countriesInfoMap->find(countryCode) == countriesInfoMap->end()) { in AddCountryLanguages()
311 CountriesInfo countriesInfo = countriesInfoMap->at(countryCode); in AddCountryLanguages()
H A Dupdate_geocoding.h60 static std::map<int, CountriesInfo>* countriesInfoMap; member in i18n::phonenumbers::UpdateGeocoding

Completed in 2 milliseconds