Searched refs:matcher2 (Results 1 - 6 of 6) sorted by relevance
/external/proguard/src/proguard/util/ |
H A D | AndMatcher.java | 32 private final StringMatcher matcher2; field in class:AndMatcher 35 public AndMatcher(StringMatcher matcher1, StringMatcher matcher2) argument 38 this.matcher2 = matcher2; 47 matcher2.matches(string);
|
H A D | OrMatcher.java | 32 private final StringMatcher matcher2; field in class:OrMatcher 35 public OrMatcher(StringMatcher matcher1, StringMatcher matcher2) argument 38 this.matcher2 = matcher2; 47 matcher2.matches(string);
|
/external/chromium_org/content/browser/service_worker/ |
H A D | service_worker_utils_unittest.cc | 95 LongestScopeMatcher matcher2(GURL("http://www.example.com/x(1)")); 99 ASSERT_TRUE(matcher2.MatchLongest(GURL("http://www.example.com/x(1)"))); 100 ASSERT_TRUE(matcher2.MatchLongest(GURL("http://www.example.com/x(1*")));
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | regextst.cpp | 1299 RegexMatcher *matcher2 = pat2->matcher(d5, status); local 1301 dest = matcher2->replaceFirst("$1$1", status); 1305 dest = matcher2->replaceFirst(UNICODE_STRING_SIMPLE("The value of \\$1 is $1."), status); 1309 dest = matcher2->replaceFirst("$ by itself, no group number $$$", status); 1315 dest = matcher2->replaceFirst(replacement, status); 1319 REGEX_ASSERT_FAIL(matcher2->replaceFirst("bad capture group number $5...",status), U_INDEX_OUTOFBOUNDS_ERROR); 1388 delete matcher2; 2424 RegexMatcher *matcher2 = pat2->matcher(&dataText, RegexPattern::PATTERN_IS_UTEXT, status); local 2429 result = matcher2->replaceFirst(&replText, NULL, status); 2435 result = matcher2 [all...] |
/external/icu/icu4c/source/test/intltest/ |
H A D | regextst.cpp | 1406 RegexMatcher *matcher2 = pat2->matcher(d5, status); local 1408 dest = matcher2->replaceFirst("$1$1", status); 1412 dest = matcher2->replaceFirst(UNICODE_STRING_SIMPLE("The value of \\$1 is $1."), status); 1416 dest = matcher2->replaceFirst("$ by itself, no group number $$$", status); 1422 dest = matcher2->replaceFirst(replacement, status); 1426 REGEX_ASSERT_FAIL(matcher2->replaceFirst("bad capture group number $5...",status), U_INDEX_OUTOFBOUNDS_ERROR); 1495 delete matcher2; 2566 RegexMatcher *matcher2 = &pat2->matcher(status)->reset(&dataText); local 2571 result = matcher2->replaceFirst(&replText, NULL, status); 2577 result = matcher2 [all...] |
/external/proguard/lib/ |
H A D | proguard.jar | META-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ... |
Completed in 353 milliseconds