HomeSort by relevance Sort by last modified time
    Searched refs:RegexPattern (Results 1 - 25 of 31) sorted by null

1 2

  /external/webkit/JavaScriptCore/yarr/
RegexCompiler.h 35 #include "RegexPattern.h"
39 const char* compileRegex(const UString& patternString, RegexPattern& pattern);
RegexPattern.h 235 // friendly neighborhood RegexPattern instance to get nicely
245 struct RegexPattern {
246 RegexPattern(bool ignoreCase, bool multiline)
261 ~RegexPattern()
RegexInterpreter.h 35 #include "RegexPattern.h"
297 BytecodePattern(ByteDisjunction* body, Vector<ByteDisjunction*> allParenthesesInfo, RegexPattern& pattern)
307 // 'Steal' the RegexPattern's CharacterClasses! We clear its
RegexCompiler.cpp 30 #include "RegexPattern.h"
337 RegexPatternConstructor(RegexPattern& pattern)
689 RegexPattern& m_pattern;
696 const char* compileRegex(const UString& patternString, RegexPattern& pattern)
RegexJIT.cpp     [all...]
RegexInterpreter.cpp 30 #include "RegexPattern.h"
    [all...]
  /external/chromium/third_party/icu/source/i18n/
repattrn.cpp 28 // RegexPattern Default Constructor
31 RegexPattern::RegexPattern() {
48 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) {
60 RegexPattern &RegexPattern::operator = (const RegexPattern &other) {
127 // Bring an uninitialized RegexPattern up to a default state
    [all...]
regexcmp.h 37 class RegexPattern;
54 RegexCompile(RegexPattern *rp, UErrorCode &e);
121 RegexPattern *fRXPat;
168 // holds the start index within RegexPattern.
uregex.cpp 30 RegexPattern *fPat;
139 re->fPat = RegexPattern::compile(patString, flags, *pe, *status);
141 re->fPat = RegexPattern::compile(patString, flags, *status);
    [all...]
rematch.cpp 52 RegexMatcher::RegexMatcher(const RegexPattern *pat) {
75 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
88 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
763 const RegexPattern &RegexMatcher::pattern() const {
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 28 * <code>RegexPattern</code> and <code>RegexMatcher</code>.
29 * <code>RegexPattern</code> objects represent a pre-processed, or compiled
41 * need for <code>RegexPattern</code> objects can usually be eliminated.
61 class RegexPattern;
79 RegexPatternDump(const RegexPattern *pat);
87 * Class <code>RegexPattern</code> represents a compiled regular expression. It includes
88 * factory methods for creating a RegexPattern object from the source (string) form
93 * <p>Class RegexPattern is not intended to be subclassed.</p>
97 class U_I18N_API RegexPattern: public UObject {
101 * default constructor. Create a RegexPattern object that refers to no actua
    [all...]
  /external/icu4c/i18n/
repattrn.cpp 29 // RegexPattern Default Constructor
32 RegexPattern::RegexPattern() {
47 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) {
59 RegexPattern &RegexPattern::operator = (const RegexPattern &other) {
138 // Bring an uninitialized RegexPattern up to a default state
    [all...]
regexcmp.h 37 class RegexPattern;
54 RegexCompile(RegexPattern *rp, UErrorCode &e);
122 RegexPattern *fRXPat;
167 // holds the start index within RegexPattern.
uregex.cpp 36 RegexPattern *fPat;
154 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
156 re->fPat = RegexPattern::compile(&patText, flags, *status);
237 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
239 re->fPat = RegexPattern::compile(&patText, flags, *status);
    [all...]
rematch.cpp 70 RegexMatcher::RegexMatcher(const RegexPattern *pat) {
93 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
112 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
129 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
144 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
    [all...]
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 31 static RegexPattern* toRegexPattern(jint addr) {
32 return reinterpret_cast<RegexPattern*>(static_cast<uintptr_t>(addr));
57 RegexPattern* result = RegexPattern::compile(regexString, flags, error, status);
java_util_regex_Matcher.cpp 174 RegexPattern* pattern = reinterpret_cast<RegexPattern*>(static_cast<uintptr_t>(patternAddr));
  /external/icu4c/i18n/unicode/
regex.h 28 * <code>RegexPattern</code> and <code>RegexMatcher</code>.
29 * <code>RegexPattern</code> objects represent a pre-processed, or compiled
41 * need for <code>RegexPattern</code> objects can usually be eliminated.
62 class RegexPattern;
81 RegexPatternDump(const RegexPattern *pat);
90 * Class <code>RegexPattern</code> represents a compiled regular expression. It includes
91 * factory methods for creating a RegexPattern object from the source (string) form
96 * <p>Class RegexPattern is not intended to be subclassed.</p>
100 class U_I18N_API RegexPattern: public UObject {
104 * default constructor. Create a RegexPattern object that refers to no actua
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 180 RegexPattern *REPattern = NULL;
185 REPattern = RegexPattern::compile(patString, 0, pe, status);
187 dataerrln("RegexTest failure in RegexPattern::compile() at line %d. Status = %s",
243 RegexPattern *REPattern = NULL;
248 REPattern = RegexPattern::compile(&pattern, 0, pe, status);
250 dataerrln("RegexTest failure in RegexPattern::compile() at line %d (UTF8). Status = %s\n",
271 REMatcher = REPattern->matcher(&inputText, RegexPattern::PATTERN_IS_UTEXT, status);
333 RegexPattern *callerPattern = NULL;
339 callerPattern = RegexPattern::compile(patString, 0, pe, status);
358 callerPattern = RegexPattern::compile(&patternText, 0, pe, status)
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
prscmnts.cpp 85 RegexPattern *pattern = RegexPattern::compile("@", 0, *status);
120 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status);
144 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status);
183 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status);
  /external/icu4c/tools/genrb/
prscmnts.cpp 85 RegexPattern *pattern = RegexPattern::compile("@", 0, *status);
120 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status);
144 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status);
183 RegexPattern *pattern = RegexPattern::compile("@", UREGEX_MULTILINE, *status);
  /external/chromium/third_party/icu/source/test/intltest/
regextst.cpp 125 RegexPattern *REPattern = NULL;
130 REPattern = RegexPattern::compile(patString, 0, pe, status);
132 dataerrln("RegexTest failure in RegexPattern::compile() at line %d. Status = %s",
201 RegexPattern *callerPattern = NULL;
207 callerPattern = RegexPattern::compile(patString, 0, pe, status);
242 RegexPattern::compile("^(?:a?b?)*$", 0, pe, status);
402 RegexPattern *pat2;
403 pat2 = RegexPattern::compile(re, flags, pe, status);
530 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status)
    [all...]
  /external/icu4c/samples/ugrep/
ugrep.cpp 97 // Create a RegexPattern object from the user supplied pattern string.
106 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status);
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]

Completed in 397 milliseconds

1 2