Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdDataCheck.java208 String lastPath = null; in main() local
210 if (lastPath != null) { in main()
211 int compValue = comp.compare(lastPath, currentPath); in main()
213 comp.compare(lastPath, currentPath); in main()
214 errors.add(lastPath + " ≥ " + currentPath); in main()
217 lastPath = currentPath; in main()
308 String lastPath = null; in checkCost() local
310 if (lastPath != null) { in checkCost()
311 int compValue = comp.compare(lastPath, currentPath); in checkCost()
313 lastPath = currentPath; in checkCost()
DDateTimeFormats.java788 String lastPath = null; in addDateSubtable() local
800 lastPath = path3; in addDateSubtable()
802 String lastFix = getFixFromPath(lastPath); in addDateSubtable()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPerf.java183 String lastPath = null; in checkCost() local
185 if (lastPath != null) { in checkCost()
186 if (comp.compare(lastPath, currentPath) > 0) { in checkCost()
190 lastPath = currentPath; in checkCost()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuTextWriter.java94 RbPath lastPath = RbPath.of(); in writeTo() local
99 int commonDepth = RbPath.getCommonPrefixLength(lastPath, path) + 1; in writeTo()
105 lastPath = path; in writeTo()
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java1610 String lastPath; field in ConsoleCheckCLDR.PathShower
1623 lastPath = null; in set()