Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java1633 String[] lastSplitPath; field in ConsoleCheckCLDR.PathShower
1646 lastSplitPath = null; in set()
1674 … if (lastSplitPath != null && i < lastSplitPath.length && splitPath[i].equals(lastSplitPath[i])) { in showHeader()
1677 lastSplitPath = null; // mark so we continue printing now in showHeader()
1693 lastSplitPath = splitPath; in showHeader()