Home
last modified time | relevance | path

Searched refs:RegexCompile (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.h44 class U_I18N_API RegexCompile : public UMemory {
58 RegexCompile(RegexPattern *rp, UErrorCode &e);
64 virtual ~RegexCompile();
Dregexcmp.cpp54 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : in RegexCompile() function in RegexCompile
92 RegexCompile::~RegexCompile() { in ~RegexCompile()
109 void RegexCompile::compile( in compile()
128 void RegexCompile::compile( in compile()
353 UBool RegexCompile::doParseActions(int32_t action) in doParseActions()
1864 void RegexCompile::literalChar(UChar32 c) { in literalChar()
1881 void RegexCompile::fixLiterals(UBool split) { in fixLiterals()
1946 int32_t RegexCompile::buildOp(int32_t type, int32_t val) { in buildOp()
1985 void RegexCompile::appendOp(int32_t op) { in appendOp()
1995 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp()
[all …]
Drepattrn.cpp341 RegexCompile compiler(This, status); in compile()
392 RegexCompile compiler(This, status); in compile()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h631 friend class RegexCompile; variable
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp5678 RegexCompile::findCaseInsensitiveStarters(firstChar, &starters); in TestCaseInsensitiveStarters()