Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2695 int ccc = 0; in tryGetCountryCallingCodeAndNewIndex() local
2737 ccc = ccc * 10 + ret; in tryGetCountryCallingCodeAndNewIndex()
2738 if (ccc >= 100 || isCountryCallingCode(ccc)) { in tryGetCountryCallingCodeAndNewIndex()
2739 return new CountryCallingCodeAndNewIndex(ccc, i + 1); in tryGetCountryCallingCodeAndNewIndex()