Searched refs:ccArray (Results 1 – 1 of 1) sorted by relevance
470 int[] ccArray = new int[MAX_COUNTRY_CODES_LENGTH]; in getCountryCode() local472 ccArray[i] = Integer.parseInt(number.substring(0, i+1)); in getCountryCode()478 if (tempCC == ccArray[j]) { in getCountryCode()