Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DQuickCheck.java172 …static Matcher skipPaths = PatternCache.get("/identity" + "|/alias" + "|\\[@alt=\"proposed").match… field in QuickCheck
300 if (skipPaths.reset(path).find()) { in checkPaths()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java2481 Set<String> skipPaths = new HashSet<String>(); in fixIdenticalChildren()
2485 CollectionUtilities.addAll(resolvedFile.iterator(), skipPaths); in fixIdenticalChildren() local
2492 if (skipPaths.contains(xpath)) continue; in fixIdenticalChildren()
2509 skipPaths.add(xpath); in fixIdenticalChildren()