Searched refs:tableLength (Results 1 – 1 of 1) sorted by relevance
495 int tableLength = isoCountryTable.length(); in computeISO3166_1Alpha3Countries() local496 String[] isoTable = new String[tableLength / 5]; in computeISO3166_1Alpha3Countries()497 for (int i = 0, index = 0; index < tableLength; i++, index += 5) { in computeISO3166_1Alpha3Countries()