Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dupdate_geocoding.cc40 bool UpdateGeocoding::isupdatedCountryCodes = false; member in i18n::phonenumbers::UpdateGeocoding
240 int countryCode = isupdatedCountryCodes ? curCountryCodes[index] : preCountryCodes[index]; in UpdateCountryLanguages()
244 int preIndex = isupdatedCountryCodes ? FindCountryCode(countryCode) : index; in UpdateCountryLanguages()
294 isupdatedCountryCodes = true; in UpdateCountryCodes()
300 if (isupdatedCountryCodes) { in UpdateCountryCodesSize()
H A Dupdate_geocoding.h64 static bool isupdatedCountryCodes; member in i18n::phonenumbers::UpdateGeocoding

Completed in 2 milliseconds