Searched refs:ccc (Results 1 – 1 of 1) sorted by relevance
2695 int ccc = 0; in tryGetCountryCallingCodeAndNewIndex() local2737 ccc = ccc * 10 + ret; in tryGetCountryCallingCodeAndNewIndex()2738 if (ccc >= 100 || isCountryCallingCode(ccc)) { in tryGetCountryCallingCodeAndNewIndex()2739 return new CountryCallingCodeAndNewIndex(ccc, i + 1); in tryGetCountryCallingCodeAndNewIndex()