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