Home | History | Annotate | Download | only in i18n

Lines Matching defs:RegexCompile

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)
1804 void RegexCompile::literalChar(UChar32 c) {
1821 void RegexCompile::fixLiterals(UBool split) {
1900 void RegexCompile::insertOp(int32_t where) {
1969 int32_t RegexCompile::blockTopLoc(UBool reserveLoc) {
2013 void RegexCompile::handleCloseParen() {
2207 void RegexCompile::compileSet(UnicodeSet *theSet)
2270 void RegexCompile::compileInterval(int32_t InitOp, int32_t LoopOp)
2322 UBool RegexCompile::compileInlineInterval() {
2390 void RegexCompile::matchStartType() {
2883 int32_t RegexCompile::minMatchLength(int32_t start, int32_t end) {
3165 int32_t RegexCompile::maxMatchLength(int32_t start, int32_t end) {
3454 void RegexCompile::stripNOPs() {
3595 void RegexCompile::error(UErrorCode e) {
3658 UChar32 RegexCompile::nextCharLL() {
3699 UChar32 RegexCompile::peekCharLL() {
3714 void RegexCompile::nextChar(RegexPatternChar &c) {
3878 UChar32 RegexCompile::scanNamedChar() {
3934 UnicodeSet *RegexCompile::scanProp() {
3986 UnicodeSet *RegexCompile::scanPosixProp() {
4076 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) {
4285 void RegexCompile::setEval(int32_t nextOp) {
4333 void RegexCompile::setPushOp(int32_t op) {