Searched refs:preCountryCodesEnd (Results 1 – 1 of 1) sorted by relevance
353 const int* const preCountryCodesEnd = preCountryCodes + preCountryCodesSize; in FindCountryCode() local355 preCountryCodesEnd, in FindCountryCode()357 if (preIndex == preCountryCodesEnd || *preIndex != countryCode) { in FindCountryCode()