Searched defs:matcher2 (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/util/
H A DAndMatcher.java32 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 DOrMatcher.java32 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/openfst/src/include/fst/
H A Dlookahead-filter.h63 LookAheadMatcher< Fst <Arc> > matcher2(fst2, MATCH_INPUT);
64 return LookAheadMatchType(matcher1, matcher2);
212 M1 *matcher1, M2 *matcher2)
213 : filter_(fst1, fst2, matcher1, matcher2),
346 M1 *matcher1, M2 *matcher2)
347 : filter_(fst1, fst2, matcher1, matcher2),
440 M1 *matcher1, M2 *matcher2)
441 : filter_(fst1, fst2, matcher1, matcher2),
211 LookAheadComposeFilter(const FST1 &fst1, const FST2 &fst2, M1 *matcher1, M2 *matcher2) argument
345 PushWeightsComposeFilter(const FST1 &fst1, const FST2 &fst2, M1 *matcher1, M2 *matcher2) argument
439 PushLabelsComposeFilter(const FST1 &fst1, const FST2 &fst2, M1 *matcher1, M2 *matcher2) argument
H A Dcompose.h54 M *matcher2; // FST2 matcher member in struct:fst::ComposeFstOptions
61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
64 ComposeFstOptions() : matcher1(0), matcher2(0), filter(0), state_table(0) {}
85 M2 *matcher2; // FST2 matcher member in struct:fst::ComposeFstImplOptions
92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
96 : matcher1(0), matcher2(0), filter(0), state_table(0) {}
392 new F(fst1, fst2, opts.matcher1, opts.matcher2)),
583 ComposeFstImplOptions<M, M, F, T> nopts(opts, opts.matcher1, opts.matcher2,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp1401 RegexMatcher *matcher2 = pat2->matcher(d5, status); local
1403 dest = matcher2->replaceFirst("$1$1", status);
1407 dest = matcher2->replaceFirst(UNICODE_STRING_SIMPLE("The value of \\$1 is $1."), status);
1411 dest = matcher2->replaceFirst("$ by itself, no group number $$$", status);
1417 dest = matcher2->replaceFirst(replacement, status);
1421 REGEX_ASSERT_FAIL(matcher2->replaceFirst("bad capture group number $5...",status), U_INDEX_OUTOFBOUNDS_ERROR);
1490 delete matcher2;
2561 RegexMatcher *matcher2 = &pat2->matcher(status)->reset(&dataText); local
2566 result = matcher2->replaceFirst(&replText, NULL, status);
2572 result = matcher2
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1406 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 Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 7763 milliseconds