Searched refs:RegexMatcher (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dxmlparser.h206 UXMLElement *createElement(RegexMatcher &mEl, UErrorCode &status);
219 RegexMatcher mXMLDecl;
220 RegexMatcher mXMLComment;
221 RegexMatcher mXMLSP;
222 RegexMatcher mXMLDoctype;
223 RegexMatcher mXMLPI;
224 RegexMatcher mXMLElemStart;
225 RegexMatcher mXMLElemEnd;
226 RegexMatcher mXMLElemEmpty;
227 RegexMatcher mXMLCharDat
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.h206 UXMLElement *createElement(RegexMatcher &mEl, UErrorCode &status);
219 RegexMatcher mXMLDecl;
220 RegexMatcher mXMLComment;
221 RegexMatcher mXMLSP;
222 RegexMatcher mXMLDoctype;
223 RegexMatcher mXMLPI;
224 RegexMatcher mXMLElemStart;
225 RegexMatcher mXMLElemEnd;
226 RegexMatcher mXMLElemEmpty;
227 RegexMatcher mXMLCharDat
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_regexes.cc25 icu::RegexMatcher* GetMatcher(const base::string16& pattern);
33 std::map<base::string16, icu::RegexMatcher*> matchers_;
51 icu::RegexMatcher* AutofillRegexes::GetMatcher(const base::string16& pattern) {
56 icu::RegexMatcher* matcher = new icu::RegexMatcher(icu_pattern,
73 icu::RegexMatcher* matcher =
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h28 * <code>RegexPattern</code> and <code>RegexMatcher</code>.
31 * and can be used to create <code>RegexMatcher</code> objects for the pattern.</p>
33 * <p>Class <code>RegexMatcher</code> bundles together a regular expression
35 * <code>RegexMatcher</code> includes API for doing plain find or search
39 * <p>Note that by constructing <code>RegexMatcher</code> objects directly from regular
62 class RegexMatcher;
120 * RegexMatcher objects that were created from the RegexPattern are active.
167 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
174 * <p>Note that it is often more convenient to construct a RegexMatcher directly
176 * then creating a RegexMatcher objec
634 class U_I18N_API RegexMatcher: public UObject { class in inherits:UObject
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h28 * <code>RegexPattern</code> and <code>RegexMatcher</code>.
31 * and can be used to create <code>RegexMatcher</code> objects for the pattern.</p>
33 * <p>Class <code>RegexMatcher</code> bundles together a regular expression
35 * <code>RegexMatcher</code> includes API for doing plain find or search
39 * <p>Note that by constructing <code>RegexMatcher</code> objects directly from regular
62 class RegexMatcher;
105 * RegexMatcher objects that were created from the RegexPattern are active.
152 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
159 * <p>Note that it is often more convenient to construct a RegexMatcher directly
161 * then creating a RegexMatcher objec
625 class U_I18N_API RegexMatcher: public UObject { class in inherits:UObject
[all...]
/external/chromium_org/content/renderer/android/
H A Demail_detector.cc54 scoped_ptr<icu::RegexMatcher> matcher(
55 new icu::RegexMatcher(pattern,
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter_icu.cc40 using icu::RegexMatcher;
130 const scoped_ptr<RegexMatcher> matcher(
165 const scoped_ptr<RegexMatcher> matcher(
188 const scoped_ptr<RegexMatcher> matcher(
/external/icu/icu4c/source/i18n/
H A Drematch.cpp10 // Contains the implementation of class RegexMatcher,
77 RegexMatcher::RegexMatcher(const RegexPattern *pat) { function in class:RegexMatcher
93 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input, function in class:RegexMatcher
112 RegexMatcher::RegexMatcher(UText *regexp, UText *input, function in class:RegexMatcher
129 RegexMatcher::RegexMatcher(const UnicodeString &regexp, function in class:RegexMatcher
144 RegexMatcher function in class:RegexMatcher
[all...]
H A Drepattrn.cpp432 RegexMatcher *RegexPattern::matcher(const UnicodeString &input,
434 RegexMatcher *retMatcher = matcher(status);
448 RegexMatcher *RegexPattern::matcher(UErrorCode &status) const {
449 RegexMatcher *retMatcher = NULL;
459 retMatcher = new RegexMatcher(this);
484 RegexMatcher *matcher = NULL;
508 RegexMatcher *matcher = NULL;
587 RegexMatcher m(this);
608 RegexMatcher m(this);
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp10 // Contains the implementation of class RegexMatcher,
77 RegexMatcher::RegexMatcher(const RegexPattern *pat) { function in class:RegexMatcher
93 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input, function in class:RegexMatcher
112 RegexMatcher::RegexMatcher(UText *regexp, UText *input, function in class:RegexMatcher
129 RegexMatcher::RegexMatcher(const UnicodeString &regexp, function in class:RegexMatcher
144 RegexMatcher function in class:RegexMatcher
[all...]
H A Drepattrn.cpp432 RegexMatcher *RegexPattern::matcher(const UnicodeString &input,
434 RegexMatcher *retMatcher = matcher(status);
448 RegexMatcher *RegexPattern::matcher(UErrorCode &status) const {
449 RegexMatcher *retMatcher = NULL;
459 retMatcher = new RegexMatcher(this);
484 RegexMatcher *matcher = NULL;
508 RegexMatcher *matcher = NULL;
587 RegexMatcher m(this);
608 RegexMatcher m(this);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp45 RegexMatcher myMatcher(patString, src, options, *status);
93 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status);
153 RegexMatcher matcher(patternStrings[option], UREGEX_DOTALL, *status);
192 RegexMatcher matcher(patternStrings[option], UREGEX_DOTALL, *status);
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp55 RegexMatcher myMatcher(patString, src, options, *status);
103 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status);
164 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status);
204 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp366 RegexMatcher *REMatcher = NULL;
429 RegexMatcher *REMatcher = NULL;
582 RegexMatcher *m = pattern->matcher(UNICODE_STRING_SIMPLE("a\\u00dfxzzz").unescape(), status);
727 RegexMatcher matcher(&pattern, 0, status);
748 // API_Match Test that the API for class RegexMatcher
784 RegexMatcher *m1 = pat2->matcher(inStr1, status);
857 RegexMatcher m("A?", 0, status); // will match zero length string.
894 // RegexMatcher::start();
895 // RegexMatcher::end();
896 // RegexMatcher
[all...]
H A Ddcfmtest.cpp205 RegexMatcher parseLineMat(UnicodeString(
213 RegexMatcher formatLineMat(UnicodeString(
222 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status);
223 RegexMatcher lineMat(UNICODE_STRING_SIMPLE("(?m)^(.*?)$"), testString, 0, status);
226 dataerrln("Construct RegexMatcher() error.");
H A Dssearch.cpp1279 RegexMatcher m(name, params, 0, status);
1416 RegexMatcher m(" *strength *= *(primary|secondary|tertiary) *", p, 0, status);
1431 if (RegexMatcher("\\S", p, 0, status).find()) {
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp371 RegexMatcher *REMatcher = NULL;
434 RegexMatcher *REMatcher = NULL;
587 RegexMatcher *m = pattern->matcher(UNICODE_STRING_SIMPLE("a\\u00dfxzzz").unescape(), status);
732 RegexMatcher matcher(&pattern, 0, status);
753 // API_Match Test that the API for class RegexMatcher
789 RegexMatcher *m1 = pat2->matcher(inStr1, status);
862 RegexMatcher m("A?", 0, status); // will match zero length string.
899 // RegexMatcher::start();
900 // RegexMatcher::end();
901 // RegexMatcher
[all...]
H A Ddcfmtest.cpp209 RegexMatcher parseLineMat(UnicodeString(
217 RegexMatcher formatLineMat(UnicodeString(
226 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status);
227 RegexMatcher lineMat(UNICODE_STRING_SIMPLE("(?m)^(.*?)$"), testString, 0, status);
230 dataerrln("Construct RegexMatcher() error.");
H A Dssearch.cpp1276 RegexMatcher m(name, params, 0, status);
1413 RegexMatcher m(" *strength *= *(primary|secondary|tertiary) *", p, 0, status);
1428 if (RegexMatcher("\\S", p, 0, status).find()) {
/external/chromium_org/components/policy/core/browser/
H A Dbrowser_policy_connector.cc70 icu::RegexMatcher matcher(icu_pattern, UREGEX_CASE_INSENSITIVE, status);
/external/chromium_org/third_party/icu/source/samples/ugrep/
H A Dugrep.cpp117 // Create a RegexMatcher from the newly created pattern.
120 RegexMatcher *matcher = rePat->matcher(empty, status);
122 fprintf(stderr, "ugrep: error in creating RegexMatcher: \"%s\"\n",
/external/icu/icu4c/source/samples/ugrep/
H A Dugrep.cpp117 // Create a RegexMatcher from the newly created pattern.
120 RegexMatcher *matcher = rePat->matcher(empty, status);
122 fprintf(stderr, "ugrep: error in creating RegexMatcher: \"%s\"\n",
/external/chromium_org/components/signin/core/browser/
H A Dsignin_manager.cc309 icu::RegexMatcher matcher(icu_pattern, UREGEX_CASE_INSENSITIVE, status);
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_dir_url_request_job_unittest.cc247 icu::RegexMatcher match(pattern, input, 0, status);
/external/chromium_org/net/base/
H A Dnet_util_icu.cc205 icu::RegexMatcher dangerous_patterns(icu::UnicodeString(
222 icu::RegexMatcher dangerous_patterns(icu::UnicodeString(

Completed in 1058 milliseconds

12