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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 53 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) :
89 RegexCompile::~RegexCompile() {
104 void RegexCompile::compile(
123 void RegexCompile::compile(
240 REGEX_SCAN_DEBUG_PRINTF(("RegexCompile::parse() - state stack overflow.\n"));
356 UBool RegexCompile::doParseActions(int32_t action)
    [all...]
repattrn.cpp 305 RegexCompile compiler(This, status);
356 RegexCompile compiler(This, status);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h 621 friend class RegexCompile;
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
regex.h 592 friend class RegexCompile;
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 245 milliseconds