• Home
  • Raw
  • Download

Lines Matching refs:RegexCompile

54 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) :  in RegexCompile()  function in RegexCompile
92 RegexCompile::~RegexCompile() { in ~RegexCompile()
109 void RegexCompile::compile( in compile()
128 void RegexCompile::compile( in compile()
353 UBool RegexCompile::doParseActions(int32_t action) in doParseActions()
1864 void RegexCompile::literalChar(UChar32 c) { in literalChar()
1881 void RegexCompile::fixLiterals(UBool split) { in fixLiterals()
1946 int32_t RegexCompile::buildOp(int32_t type, int32_t val) { in buildOp()
1985 void RegexCompile::appendOp(int32_t op) { in appendOp()
1995 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp()
2009 void RegexCompile::insertOp(int32_t where) { in insertOp()
2068 int32_t RegexCompile::allocateData(int32_t size) { in allocateData()
2095 int32_t RegexCompile::allocateStackData(int32_t size) { in allocateStackData()
2130 int32_t RegexCompile::blockTopLoc(UBool reserveLoc) { in blockTopLoc()
2174 void RegexCompile::handleCloseParen() { in handleCloseParen()
2367 void RegexCompile::compileSet(UnicodeSet *theSet) in compileSet()
2429 void RegexCompile::compileInterval(int32_t InitOp, int32_t LoopOp) in compileInterval()
2477 UBool RegexCompile::compileInlineInterval() { in compileInlineInterval()
2564 void RegexCompile::findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars) { in findCaseInsensitiveStarters()
2653 void RegexCompile::matchStartType() { in matchStartType()
3173 int32_t RegexCompile::minMatchLength(int32_t start, int32_t end) { in minMatchLength()
3459 int32_t RegexCompile::maxMatchLength(int32_t start, int32_t end) { in maxMatchLength()
3752 void RegexCompile::stripNOPs() { in stripNOPs()
3896 void RegexCompile::error(UErrorCode e) { in error()
3959 UChar32 RegexCompile::nextCharLL() { in nextCharLL()
4000 UChar32 RegexCompile::peekCharLL() { in peekCharLL()
4015 void RegexCompile::nextChar(RegexPatternChar &c) { in nextChar()
4179 UChar32 RegexCompile::scanNamedChar() { in scanNamedChar()
4235 UnicodeSet *RegexCompile::scanProp() { in scanProp()
4287 UnicodeSet *RegexCompile::scanPosixProp() { in scanPosixProp()
4377 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty()
4586 void RegexCompile::setEval(int32_t nextOp) { in setEval()
4634 void RegexCompile::setPushOp(int32_t op) { in setPushOp()