Searched refs:ccc (Results 1 – 2 of 2) sorted by relevance
62 ' -ccc-clang-cxx -ccc-cxx ') )
2718 int ccc = 0; in tryGetCountryCallingCodeAndNewIndex() local2760 ccc = ccc * 10 + ret; in tryGetCountryCallingCodeAndNewIndex()2761 if (ccc >= 100 || isCountryCallingCode(ccc)) { in tryGetCountryCallingCodeAndNewIndex()2762 return new CountryCallingCodeAndNewIndex(ccc, i + 1); in tryGetCountryCallingCodeAndNewIndex()