Searched refs:lastPath (Results 1 – 5 of 5) sorted by relevance
208 String lastPath = null; in main() local210 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() local310 if (lastPath != null) { in checkCost()311 int compValue = comp.compare(lastPath, currentPath); in checkCost()313 lastPath = currentPath; in checkCost()
788 String lastPath = null; in addDateSubtable() local800 lastPath = path3; in addDateSubtable()802 String lastFix = getFixFromPath(lastPath); in addDateSubtable()
183 String lastPath = null; in checkCost() local185 if (lastPath != null) { in checkCost()186 if (comp.compare(lastPath, currentPath) > 0) { in checkCost()190 lastPath = currentPath; in checkCost()
94 RbPath lastPath = RbPath.of(); in writeTo() local99 int commonDepth = RbPath.getCommonPrefixLength(lastPath, path) + 1; in writeTo()105 lastPath = path; in writeTo()
1610 String lastPath; field in ConsoleCheckCLDR.PathShower1623 lastPath = null; in set()