Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.h41 class U_I18N_API RegexCompile : public UMemory {
55 RegexCompile(RegexPattern *rp, UErrorCode &e);
61 virtual ~RegexCompile();
Dregexcmp.cpp52 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : in RegexCompile() function in RegexCompile
89 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 …]
Drepattrn.cpp337 RegexCompile compiler(This, status); in compile()
388 RegexCompile compiler(This, status); in compile()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h629 friend class RegexCompile; variable
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp5666 RegexCompile::findCaseInsensitiveStarters(firstChar, &starters); in TestCaseInsensitiveStarters()