Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dupdate_geocoding.cc42 int* UpdateGeocoding::curCountryCodes = nullptr; member in i18n::phonenumbers::UpdateGeocoding
240 int countryCode = isupdatedCountryCodes ? curCountryCodes[index] : preCountryCodes[index]; in UpdateCountryLanguages()
261 curCountryCodes = (int *)malloc(sizeof(int) * curLength); in UpdateCountryCodes()
262 if (!curCountryCodes) { in UpdateCountryCodes()
272 curCountryCodes[curIndex] = mdyCountryCode; in UpdateCountryCodes()
279 curCountryCodes[curIndex] = preCountryCode; in UpdateCountryCodes()
285 curCountryCodes[curIndex] = preCountryCodes[preIndex]; in UpdateCountryCodes()
290 curCountryCodes[curIndex] = static_cast<int>(countryCodeInfo->country_codes(mdyIndex)); in UpdateCountryCodes()
295 return curCountryCodes; in UpdateCountryCodes()
H A Dupdate_geocoding.h66 static int* curCountryCodes; member in i18n::phonenumbers::UpdateGeocoding

Completed in 2 milliseconds