Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg62 ' -ccc-clang-cxx -ccc-cxx ') )
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java3055 int ccc = 0; in tryGetCountryCallingCodeAndNewIndex() local
3097 ccc = ccc * 10 + ret; in tryGetCountryCallingCodeAndNewIndex()
3098 if (ccc >= 100 || isCountryCallingCode(ccc)) { in tryGetCountryCallingCodeAndNewIndex()
3099 return new CountryCallingCodeAndNewIndex(ccc, i + 1); in tryGetCountryCallingCodeAndNewIndex()