Searched refs:isoTable (Results 1 – 1 of 1) sorted by relevance
496 String[] isoTable = new String[tableLength / 5]; in computeISO3166_1Alpha3Countries() local498 isoTable[i] = isoCountryTable.substring(index + 2, index + 5); in computeISO3166_1Alpha3Countries()500 return Set.of(isoTable); in computeISO3166_1Alpha3Countries()