Lines Matching refs:RegexCompile
55 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : in RegexCompile() function in RegexCompile
93 RegexCompile::~RegexCompile() { in ~RegexCompile()
110 void RegexCompile::compile( in compile()
129 void RegexCompile::compile( in compile()
354 UBool RegexCompile::doParseActions(int32_t action) in doParseActions()
1865 void RegexCompile::literalChar(UChar32 c) { in literalChar()
1882 void RegexCompile::fixLiterals(UBool split) { in fixLiterals()
1947 int32_t RegexCompile::buildOp(int32_t type, int32_t val) { in buildOp()
1986 void RegexCompile::appendOp(int32_t op) { in appendOp()
1996 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp()
2010 void RegexCompile::insertOp(int32_t where) { in insertOp()
2069 int32_t RegexCompile::allocateData(int32_t size) { in allocateData()
2096 int32_t RegexCompile::allocateStackData(int32_t size) { in allocateStackData()
2131 int32_t RegexCompile::blockTopLoc(UBool reserveLoc) { in blockTopLoc()
2175 void RegexCompile::handleCloseParen() { in handleCloseParen()
2368 void RegexCompile::compileSet(UnicodeSet *theSet) in compileSet()
2430 void RegexCompile::compileInterval(int32_t InitOp, int32_t LoopOp) in compileInterval()
2478 UBool RegexCompile::compileInlineInterval() { in compileInlineInterval()
2565 void RegexCompile::findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars) { in findCaseInsensitiveStarters()
2664 void RegexCompile::matchStartType() { in matchStartType()
3184 int32_t RegexCompile::minMatchLength(int32_t start, int32_t end) { in minMatchLength()
3458 int32_t RegexCompile::maxMatchLength(int32_t start, int32_t end) { in maxMatchLength()
3751 void RegexCompile::stripNOPs() { in stripNOPs()
3895 void RegexCompile::error(UErrorCode e) { in error()
3958 UChar32 RegexCompile::nextCharLL() { in nextCharLL()
3999 UChar32 RegexCompile::peekCharLL() { in peekCharLL()
4014 void RegexCompile::nextChar(RegexPatternChar &c) { in nextChar()
4178 UChar32 RegexCompile::scanNamedChar() { in scanNamedChar()
4234 UnicodeSet *RegexCompile::scanProp() { in scanProp()
4286 UnicodeSet *RegexCompile::scanPosixProp() { in scanPosixProp()
4374 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty()
4583 void RegexCompile::setEval(int32_t nextOp) { in setEval()
4631 void RegexCompile::setPushOp(int32_t op) { in setPushOp()