Searched refs:RegexCompile (Results 1 – 7 of 7) sorted by relevance
44 class U_I18N_API RegexCompile : public UMemory {58 RegexCompile(RegexPattern *rp, UErrorCode &e);64 virtual ~RegexCompile();
55 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : in RegexCompile() function in RegexCompile93 RegexCompile::~RegexCompile() { in ~RegexCompile()110 void RegexCompile::compile( in compile()129 void RegexCompile::compile( in compile()351 UBool RegexCompile::doParseActions(int32_t action) in doParseActions()1883 void RegexCompile::literalChar(UChar32 c) { in literalChar()1900 void RegexCompile::fixLiterals(UBool split) { in fixLiterals()1965 int32_t RegexCompile::buildOp(int32_t type, int32_t val) { in buildOp()1996 void RegexCompile::appendOp(int32_t op) { in appendOp()2006 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp()[all …]
352 RegexCompile compiler(This, status); in compile()403 RegexCompile compiler(This, status); in compile()
625 friend class RegexCompile; variable
5663 RegexCompile::findCaseInsensitiveStarters(firstChar, &starters); in TestCaseInsensitiveStarters()