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.java176 …static Matcher skipPaths = PatternCache.get("/identity" + "|/alias" + "|\\[@alt=\"proposed").match… field in QuickCheck
303 if (skipPaths.reset(path).find()) { in checkPaths()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java2308 Set<String> skipPaths = new HashSet<>(); in fixIdenticalChildren()
2312 resolvedFile.forEach(skipPaths::add); in fixIdenticalChildren()
2319 if (skipPaths.contains(xpath)) continue; in fixIdenticalChildren()
2336 skipPaths.add(xpath); in fixIdenticalChildren()