Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java317 String skipPath = pathFindRemover.get(path, null, matches, matcherFound, myFailures); in shouldSkipPath() local
322 if (skipPath == null || skipPath.equals("MAYBE")) { in shouldSkipPath()
324 } else if (skipPath.equals("VALUE")) { in shouldSkipPath()
326 } else if (skipPath.equals("SKIP")) { in shouldSkipPath()
328 } else if (skipPath.equals("KEEP")) { in shouldSkipPath()
331 throw new IllegalArgumentException("Unexpected xmbSkip.txt value: " + skipPath); in shouldSkipPath()
DGenerateItemCounts.java574 static final Pattern skipPath = PatternCache.get("" + field in GenerateItemCounts
596 Matcher skipPathMatcher = skipPath.matcher("");
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java432 if (pos < 0 || skipPath(path)) { // skip narrow, no-calendar in handleCheck()
471 || skipPath(item) in handleCheck()
621 public boolean skipPath(String path) { in skipPath() method in CheckDates