Searched refs:skipPath (Results 1 – 3 of 3) sorted by relevance
317 String skipPath = pathFindRemover.get(path, null, matches, matcherFound, myFailures); in shouldSkipPath() local322 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()
574 static final Pattern skipPath = PatternCache.get("" + field in GenerateItemCounts596 Matcher skipPathMatcher = skipPath.matcher("");
432 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