Searched refs:CountryCallingCodeAndNewIndex (Results 1 – 1 of 1) sorted by relevance
567 CountryCallingCodeAndNewIndex cccA = in compareStrictly()569 CountryCallingCodeAndNewIndex cccB = in compareStrictly()2167 private static class CountryCallingCodeAndNewIndex { class in PhoneNumberUtils2170 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex() method in PhoneNumberUtils.CountryCallingCodeAndNewIndex2181 private static CountryCallingCodeAndNewIndex tryGetCountryCallingCodeAndNewIndex( in tryGetCountryCallingCodeAndNewIndex()2234 return new CountryCallingCodeAndNewIndex(ccc, i + 1); in tryGetCountryCallingCodeAndNewIndex()2254 return new CountryCallingCodeAndNewIndex(66, i + 1); in tryGetCountryCallingCodeAndNewIndex()