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

  /external/icu4c/i18n/
regexcmp.h 7 // This file contains declarations for the class RegexCompile
33 // class RegexCompile Contains the regular expression compiler.
40 class RegexCompile : public UMemory {
54 RegexCompile(RegexPattern *rp, UErrorCode &e);
60 virtual ~RegexCompile();
regexcmp.cpp 51 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) :
88 RegexCompile::~RegexCompile() {
103 void RegexCompile::compile(
122 void RegexCompile::compile(
232 REGEX_SCAN_DEBUG_PRINTF(("RegexCompile::parse() - state stack overflow.\n"));
348 UBool RegexCompile::doParseActions(int32_t action)
    [all...]
repattrn.cpp 308 RegexCompile compiler(This, status);
359 RegexCompile compiler(This, status);
  /external/icu4c/i18n/unicode/
regex.h 621 friend class RegexCompile;
    [all...]
  /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 307 milliseconds