Home
last modified time | relevance | path

Searched defs:lastLabels (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DIcuTextWriter.java114 String[] lastLabels = new String[] {}; in writeToFile() local
338 private static int getCommon(String[] lastLabels, String[] labels) { in getCommon()