Searched refs:RegexCompile (Results 1 – 5 of 5) sorted by relevance
41 class U_I18N_API RegexCompile : public UMemory {55 RegexCompile(RegexPattern *rp, UErrorCode &e);61 virtual ~RegexCompile();
52 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : in RegexCompile() function in RegexCompile89 RegexCompile::~RegexCompile() { in ~RegexCompile()106 void RegexCompile::compile( in compile()125 void RegexCompile::compile( in compile()350 UBool RegexCompile::doParseActions(int32_t action) in doParseActions()1860 void RegexCompile::literalChar(UChar32 c) { in literalChar()1877 void RegexCompile::fixLiterals(UBool split) { in fixLiterals()1942 int32_t RegexCompile::buildOp(int32_t type, int32_t val) { in buildOp()1981 void RegexCompile::appendOp(int32_t op) { in appendOp()1991 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp()[all …]
337 RegexCompile compiler(This, status); in compile()388 RegexCompile compiler(This, status); in compile()
629 friend class RegexCompile; variable
5666 RegexCompile::findCaseInsensitiveStarters(firstChar, &starters); in TestCaseInsensitiveStarters()