Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
Dupdate_geocoding.cc271 int preCountryCode = preCountryCodes[preIndex]; in UpdateCountryCodes() local
273 if (preCountryCode > mdyCountryCode) { in UpdateCountryCodes()
277 } else if (mdyCountryCode == preCountryCode) { in UpdateCountryCodes()
281 curCountryCodes[curIndex] = preCountryCode; in UpdateCountryCodes()