Lines Matching refs:RegexCompile

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)
1763 void RegexCompile::literalChar(UChar32 c) {
1841 void RegexCompile::emitONE_CHAR(UChar32 c) {
1871 void RegexCompile::fixLiterals(UBool split) {
1945 void RegexCompile::insertOp(int32_t where) {
2014 int32_t RegexCompile::blockTopLoc(UBool reserveLoc) {
2052 void RegexCompile::handleCloseParen() {
2247 void RegexCompile::compileSet(UnicodeSet *theSet)
2308 void RegexCompile::compileInterval(int32_t InitOp, int32_t LoopOp)
2354 UBool RegexCompile::compileInlineInterval() {
2422 void RegexCompile::matchStartType() {
2903 int32_t RegexCompile::minMatchLength(int32_t start, int32_t end) {
3164 int32_t RegexCompile::maxMatchLength(int32_t start, int32_t end) {
3399 void RegexCompile::stripNOPs() {
3580 void RegexCompile::error(UErrorCode e) {
3643 UChar32 RegexCompile::nextCharLL() {
3684 UChar32 RegexCompile::peekCharLL() {
3699 void RegexCompile::nextChar(RegexPatternChar &c) {
3862 UChar32 RegexCompile::scanNamedChar() {
3918 UnicodeSet *RegexCompile::scanProp() {
3969 UnicodeSet *RegexCompile::scanPosixProp() {
4059 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) {
4268 void RegexCompile::setEval(int32_t nextOp) {
4316 void RegexCompile::setPushOp(int32_t op) {