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)
2268 void RegexCompile::compileInterval(int32_t InitOp, int32_t LoopOp)
2314 UBool RegexCompile::compileInlineInterval() {
2382 void RegexCompile::matchStartType() {
2875 int32_t RegexCompile::minMatchLength(int32_t start, int32_t end) {
3157 int32_t RegexCompile::maxMatchLength(int32_t start, int32_t end) {
3414 void RegexCompile::stripNOPs() {
3555 void RegexCompile::error(UErrorCode e) {
3618 UChar32 RegexCompile::nextCharLL() {
3659 UChar32 RegexCompile::peekCharLL() {
3674 void RegexCompile::nextChar(RegexPatternChar &c) {
3838 UChar32 RegexCompile::scanNamedChar() {
3894 UnicodeSet *RegexCompile::scanProp() {
3945 UnicodeSet *RegexCompile::scanPosixProp() {
4035 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) {
4244 void RegexCompile::setEval(int32_t nextOp) {
4292 void RegexCompile::setPushOp(int32_t op) {