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

  /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 77 RegexMatcher::RegexMatcher(const RegexPattern *pat) {
100 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
119 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
136 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
151 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
    [all...]
regexcmp.cpp 51 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) :
136 // There should be no pattern stuff in the RegexPattern object. They can not be reused.
139 // Prepare the RegexPattern object to receive the compiled pattern.
    [all...]
  /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...]
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 30 static RegexPattern* toRegexPattern(jint addr) {
31 return reinterpret_cast<RegexPattern*>(static_cast<uintptr_t>(addr));
87 RegexPattern* result = RegexPattern::compile(regexString, flags, error, status);
java_util_regex_Matcher.cpp 173 RegexPattern* pattern = reinterpret_cast<RegexPattern*>(static_cast<uintptr_t>(patternAddr));
  /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/icu4c/test/intltest/
regextst.cpp 364 RegexPattern *REPattern = NULL;
369 REPattern = RegexPattern::compile(patString, 0, pe, status);
371 dataerrln("RegexTest failure in RegexPattern::compile() at line %d. Status = %s",
427 RegexPattern *REPattern = NULL;
432 REPattern = RegexPattern::compile(&pattern, 0, pe, status);
434 dataerrln("RegexTest failure in RegexPattern::compile() at line %d (UTF8). Status = %s\n",
517 RegexPattern *callerPattern = NULL;
523 callerPattern = RegexPattern::compile(patString, 0, pe, status);
542 callerPattern = RegexPattern::compile(&patternText, 0, pe, status);
578 RegexPattern::compile("^(?:a?b?)*$", 0, 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/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 240 milliseconds