Home
last modified time | relevance | path

Searched refs:isoTable (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DLocaleISOData.java496 String[] isoTable = new String[tableLength / 5]; in computeISO3166_1Alpha3Countries() local
498 isoTable[i] = isoCountryTable.substring(index + 2, index + 5); in computeISO3166_1Alpha3Countries()
500 return Set.of(isoTable); in computeISO3166_1Alpha3Countries()