Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DLocaleISOData.java495 int tableLength = isoCountryTable.length(); in computeISO3166_1Alpha3Countries() local
496 String[] isoTable = new String[tableLength / 5]; in computeISO3166_1Alpha3Countries()
497 for (int i = 0, index = 0; index < tableLength; i++, index += 5) { in computeISO3166_1Alpha3Countries()