Home
last modified time | relevance | path

Searched refs:RegexCompile (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dregexcmp.h40 class RegexCompile : public UMemory {
54 RegexCompile(RegexPattern *rp, UErrorCode &e);
60 virtual ~RegexCompile();
Dregexcmp.cpp53 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : in RegexCompile() function in RegexCompile
89 RegexCompile::~RegexCompile() { in ~RegexCompile()
104 void RegexCompile::compile( in compile()
123 void RegexCompile::compile( in compile()
356 UBool RegexCompile::doParseActions(int32_t action) in doParseActions()
1804 void RegexCompile::literalChar(UChar32 c) { in literalChar()
1821 void RegexCompile::fixLiterals(UBool split) { in fixLiterals()
1900 void RegexCompile::insertOp(int32_t where) { in insertOp()
1969 int32_t RegexCompile::blockTopLoc(UBool reserveLoc) { in blockTopLoc()
2013 void RegexCompile::handleCloseParen() { in handleCloseParen()
[all …]
Drepattrn.cpp305 RegexCompile compiler(This, status); in compile()
356 RegexCompile compiler(This, status); in compile()
/external/icu/icu4c/source/i18n/
Dregexcmp.h40 class RegexCompile : public UMemory {
54 RegexCompile(RegexPattern *rp, UErrorCode &e);
60 virtual ~RegexCompile();
Dregexcmp.cpp53 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : in RegexCompile() function in RegexCompile
89 RegexCompile::~RegexCompile() { in ~RegexCompile()
104 void RegexCompile::compile( in compile()
123 void RegexCompile::compile( in compile()
356 UBool RegexCompile::doParseActions(int32_t action) in doParseActions()
1804 void RegexCompile::literalChar(UChar32 c) { in literalChar()
1821 void RegexCompile::fixLiterals(UBool split) { in fixLiterals()
1900 void RegexCompile::insertOp(int32_t where) { in insertOp()
1969 int32_t RegexCompile::blockTopLoc(UBool reserveLoc) { in blockTopLoc()
2013 void RegexCompile::handleCloseParen() { in handleCloseParen()
[all …]
Drepattrn.cpp305 RegexCompile compiler(This, status); in compile()
356 RegexCompile compiler(This, status); in compile()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h592 friend class RegexCompile; variable
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dregex.h607 friend class RegexCompile; variable