/external/chromium_org/third_party/icu/source/tools/toolutil/ |
xmlparser.h | 206 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 mXMLCharData [all...] |
/external/icu4c/tools/toolutil/ |
xmlparser.h | 206 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 mXMLCharData [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_regexes.cc | 25 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/ |
regex.h | 28 * <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 61 class RegexMatcher; 122 * RegexMatcher objects that were created from the RegexPattern are active. 169 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher 176 * <p>Note that it is often more convenient to construct a RegexMatcher directly 178 * then creating a RegexMatcher object from the pattern.</p [all...] |
/external/icu4c/i18n/unicode/ |
regex.h | 28 * <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 object from the pattern.</p [all...] |
/external/chromium_org/content/renderer/android/ |
email_detector.cc | 54 scoped_ptr<icu::RegexMatcher> matcher( 55 new icu::RegexMatcher(pattern,
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
regexp_adapter_icu.cc | 40 using icu::RegexMatcher; 130 const scoped_ptr<RegexMatcher> matcher( 165 const scoped_ptr<RegexMatcher> matcher( 188 const scoped_ptr<RegexMatcher> matcher(
|
/external/icu4c/i18n/ |
rematch.cpp | 10 // Contains the implementation of class RegexMatcher, 77 RegexMatcher::RegexMatcher(const RegexPattern *pat) { 93 RegexMatcher::RegexMatcher(const UnicodeString ®exp, const UnicodeString &input, 112 RegexMatcher::RegexMatcher(UText *regexp, UText *input, 129 RegexMatcher::RegexMatcher(const UnicodeString ®exp, 144 RegexMatcher::RegexMatcher(UText *regexp, [all...] |
repattrn.cpp | 432 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);
|
/libcore/luni/src/main/native/ |
java_util_regex_Matcher.cpp | 33 static RegexMatcher* toRegexMatcher(jlong address) { 34 return reinterpret_cast<RegexMatcher*>(static_cast<uintptr_t>(address)); 38 * We use ICU4C's RegexMatcher class, but our input is on the Java heap and potentially moving 39 * around between calls. This wrapper class ensures that our RegexMatcher is always pointing at 78 RegexMatcher* operator->() { 110 RegexMatcher* mMatcher; 176 RegexMatcher* result = pattern->matcher(status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
repattrn.cpp | 435 RegexMatcher *RegexPattern::matcher(const UnicodeString &input, 437 RegexMatcher *retMatcher = matcher(status); 448 RegexMatcher *RegexPattern::matcher(UText *input, 451 RegexMatcher *retMatcher = matcher(status); 460 RegexMatcher *RegexPattern::matcher(const UChar * /*input*/, 476 RegexMatcher *RegexPattern::matcher(UErrorCode &status) const { 477 RegexMatcher *retMatcher = NULL; 487 retMatcher = new RegexMatcher(this); 512 RegexMatcher *matcher = NULL; 536 RegexMatcher *matcher = NULL [all...] |
rematch.cpp | 10 // Contains the implementation of class RegexMatcher, 77 RegexMatcher::RegexMatcher(const RegexPattern *pat) { 93 RegexMatcher::RegexMatcher(const UnicodeString ®exp, const UnicodeString &input, 112 RegexMatcher::RegexMatcher(UText *regexp, UText *input, 129 RegexMatcher::RegexMatcher(const UnicodeString ®exp, 144 RegexMatcher::RegexMatcher(UText *regexp, [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
prscmnts.cpp | 45 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/icu4c/tools/genrb/ |
prscmnts.cpp | 45 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/icu4c/test/intltest/ |
regextst.cpp | 366 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::groupCount() [all...] |
dcfmtest.cpp | 205 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.");
|
rbbitst.cpp | [all...] |
ssearch.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
regextst.cpp | 269 RegexMatcher *REMatcher = NULL; 332 RegexMatcher *REMatcher = NULL; 625 RegexMatcher matcher(&pattern, 0, status); 646 // API_Match Test that the API for class RegexMatcher 682 RegexMatcher *m1 = pat2->matcher(inStr1, status); 755 RegexMatcher m("A?", 0, status); // will match zero length string. 792 // RegexMatcher::start(); 793 // RegexMatcher::end(); 794 // RegexMatcher::groupCount(); 806 RegexMatcher *matcher = pat->matcher(data, status) [all...] |
dcfmtest.cpp | 205 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.");
|
itspoof.cpp | 353 RegexMatcher parseLine("(?m)^([0-9A-F]{4}[^#;]*?);([^#;]*?);([^#]*)", confusablesTxt, 0, status);
|
rbbitst.cpp | [all...] |
/external/icu4c/samples/ugrep/ |
ugrep.cpp | 117 // 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/chrome/browser/autofill/ |
form_field.cc | 79 icu::RegexMatcher matcher(icu_pattern, icu_input,
|
/external/chromium_org/content/browser/fileapi/ |
file_system_dir_url_request_job_unittest.cc | 169 icu::RegexMatcher match(pattern, input, 0, status);
|