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