Searched refs:countryCallingCodes (Results 1 – 1 of 1) sorted by relevance
44 private int[] countryCallingCodes; field in MappingFileProvider74 countryCallingCodes = new int[numOfEntries]; in readFileConfigs()78 countryCallingCodes[index++] = countryCallingCode; in readFileConfigs()88 if (countryCallingCodes == null || countryCallingCodes.length < numOfEntries) { in readExternal()89 countryCallingCodes = new int[numOfEntries]; in readExternal()95 countryCallingCodes[i] = objectInput.readInt(); in readExternal()111 objectOutput.writeInt(countryCallingCodes[i]); in writeExternal()130 output.append(countryCallingCodes[i]); in toString()158 int index = Arrays.binarySearch(countryCallingCodes, countryCallingCode); in getFileName()