Searched refs:matcher (Results 226 - 250 of 282) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp166 // Create the matcher object
168 re->fMatcher = re->fPat->matcher(*status);
249 // Create the matcher object
251 re->fMatcher = re->fPat->matcher(*status);
296 clone->fMatcher = source->fPat->matcher(*status);
653 // Pick up the range of characters from the matcher
729 // Pick up the range of characters from the matcher
1662 // The last call to find() on this matcher failed().
1666 // There has been no successful match with this matcher.
/external/icu/icu4c/source/i18n/
H A Duregex.cpp166 // Create the matcher object
168 re->fMatcher = re->fPat->matcher(*status);
249 // Create the matcher object
251 re->fMatcher = re->fPat->matcher(*status);
296 clone->fMatcher = source->fPat->matcher(*status);
653 // Pick up the range of characters from the matcher
732 // Pick up the range of characters from the matcher
1665 // The last call to find() on this matcher failed().
1669 // There has been no successful match with this matcher.
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCDemoActivity.java426 Matcher isac16kMatcher = isac16kPattern.matcher(lines[i]);
/external/doclava/src/com/google/doclava/
H A DComment.java390 Matcher m = FIRST_SENTENCE.matcher(t.text());
H A DDoclava.java936 Matcher lines = DocFile.LINE.matcher(filedata);
946 Matcher prop = DocFile.PROP.matcher(line);
H A DPageMetadata.java407 str = JD_TAG_PATTERN.matcher(str).replaceAll("$1");
/external/openfst/src/include/fst/
H A Dcompose-filter.h27 #include <fst/matcher.h>
H A Dcompose.h32 #include <fst/matcher.h>
39 // Delayed composition options templated on the arc type, the matcher,
45 // types and a shared matcher type M for Fst<Arc>. This should be
53 M *matcher1; // FST1 matcher (see matcher.h)
54 M *matcher2; // FST2 matcher
68 // Delayed composition options templated on the two matcher types, the
84 M1 *matcher1; // FST1 matcher (see matcher.h)
85 M2 *matcher2; // FST2 matcher
[all...]
H A Dlookahead-filter.h29 #include <fst/lookahead-matcher.h>
34 // Identifies and verifies the capabilities of the matcher to be used for
57 // Identifies and verifies the capabilities of the matcher to be used for
69 // distinct FST and matcher types w/o using a common base class. This
73 // Stores and returns the appropriate FST and matcher for lookahead.
74 // It is templated on the matcher types. General case has no methods
80 // Stores and returns the appropriate FST and matcher for lookahead.
121 // Stores and returns the appropriate FST and matcher for lookahead.
153 // Stores and returns the appropriate FST and matcher for lookahead.
184 // This filter uses a lookahead matcher i
[all...]
H A Dcompact-fst.h36 #include <fst/matcher.h>
/external/glide/gradle/wrapper/
H A Dgradle-wrapper.jar ... IOException e String key java.util.regex.Matcher matcher Object argument java.util.Iterator i$ ...
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jar ... IOException e String key java.util.regex.Matcher matcher Object argument java.util.Iterator i$ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jar ... org.mockito.ArgumentMatcher) org.mockito.ArgumentMatcher matcher static void " href="/5.1.1_r6/s? ...
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js11159 this.matcher = Selector._cache[e];
11163 this.matcher = ["this.matcher = function(root) {",
11171 this.matcher.push(Object.isFunction(c[i]) ? c[i](m) :
11179 this.matcher.push("return h.unique(n);\n}");
11180 eval(this.matcher.join('\n'));
11181 Selector._cache[this.expression] = this.matcher;
11192 this.matcher = ['.//*'];
11197 this.matcher.push(Object.isFunction(x[i]) ? x[i](m) :
11205 this.xpath = this.matcher
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java977 if (BLANKLINEEND.matcher(one).find()
978 || BLANKLINESTART.matcher(two).find()) {
2212 m = patchHeader.matcher(text.getFirst());
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jar ... org.mockito.ArgumentMatcher) org.mockito.ArgumentMatcher matcher static void " href="/5.1.1_r6/s? ...
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js8258 _cp = null; // the current pseudo or attr matcher
8274 // Re-sets state variables for tag matching and sets up the matcher
8845 var matcher;
8849 matcher = attrs[attr.type](a, attr.matchFor);
8851 matcher = defaultGetter(a);
8853 if(matcher){
8854 ff = agree(ff, matcher);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp_unittest.py2198 matcher = re.compile(
2201 matches = matcher.match(error)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1 //===- unittest/Tooling/ASTMatchersTest.cpp - AST matcher unit tests ------===//
857 StatementMatcher matcher = anyOf( local
866 // The first branch of the matcher binds x to 0 but then fails.
869 matcher,
874 // Using the same matcher in two match expressions will make memoization
2339 // FIXME: Add a Type matcher so we can replace uses of this
2343 // We don't really care whether this matcher succeeds; we're testing that
2820 // present and its inner matcher alone does not match.
2833 // matcher does not match.
2860 // still match the inner matcher
[all...]

Completed in 1198 milliseconds

1234567891011>>