HomeSort by relevance Sort by last modified time
    Searched refs:pathMatcher (Results 1 - 9 of 9) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
SearchXml.java 35 private static Matcher pathMatcher;
98 pathMatcher = getMatcher(myOptions.get("path").getValue(), exclude);
111 if (pathMatcher != null && valueMatcher != null) {
351 if (pathMatcher != null && pathExclude == pathMatcher.reset(path).find()) {
392 for (int i = 0; i <= pathMatcher.groupCount(); ++i) {
393 pattern = pattern.replace("$" + i, pathMatcher.group(i));
402 if (kountRegexMatches != null && pathMatcher != null) {
403 kountRegexMatches.add(pathMatcher.group(1), 1);
417 ? group(value, valueMatcher) + "\t" + group(path, pathMatcher)
    [all...]
XMLModify.java 66 Matcher pathMatcher = Pattern.compile(MyOptions.pathRegex.option.getValue()).matcher("");
86 if (pathMatcher.reset(path).matches()) {
SearchCLDR.java 81 private static Matcher pathMatcher;
99 pathMatcher = getMatcher(myOptions.get("path").getValue(), exclude);
168 if (pathMatcher != null && pathExclude == pathMatcher.reset(fullPath).find()) {
GenerateSidewaysView.java 158 private static Matcher pathMatcher;
165 pathMatcher = options[PATH].value == null ? null : PatternCache.get(options[PATH].value).matcher("");
637 if (pathMatcher != null && !pathMatcher.reset(path).matches()) {
    [all...]
GenerateXMB.java 120 static Matcher pathMatcher;
158 pathMatcher = option.doesOccur() ? PatternCache.get(option.getValue()).matcher("") : null;
251 if (pathMatcher != null && !pathMatcher.reset(path).matches()) {
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestInheritance.java 51 private static Matcher pathMatcher = PatternCache.get(
751 if (!pathMatcher.reset(path).find()) {
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
CLDRFile.java     [all...]
  /external/guice/lib/build/
spring-core.jar 
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go     [all...]

Completed in 1848 milliseconds