Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
Dupdate_geocoding.cc353 const int* const preCountryCodesEnd = preCountryCodes + preCountryCodesSize; in FindCountryCode() local
355 preCountryCodesEnd, in FindCountryCode()
357 if (preIndex == preCountryCodesEnd || *preIndex != countryCode) { in FindCountryCode()