Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dupdate_geocoding.cc44 int UpdateGeocoding::preCountryCodesSize = 0; member in i18n::phonenumbers::UpdateGeocoding
255 preCountryCodesSize = countryCodesSize; in UpdateCountryCodes()
268 while (preIndex < preCountryCodesSize && mdyIndex < countryCodeInfo->country_codes_size()) { in UpdateCountryCodes()
284 while (preIndex < preCountryCodesSize) { in UpdateCountryCodes()
303 return preCountryCodesSize; in UpdateCountryCodesSize()
351 const int* const preCountryCodesEnd = preCountryCodes + preCountryCodesSize; in FindCountryCode()
H A Dupdate_geocoding.h68 static int preCountryCodesSize; member in i18n::phonenumbers::UpdateGeocoding

Completed in 2 milliseconds