Home
last modified time | relevance | path

Searched refs:RegexCompile (Results 1 – 7 of 7) 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.cpp55 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : in RegexCompile() function in RegexCompile
93 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 …]
Drepattrn.cpp352 RegexCompile compiler(This, status); in compile()
403 RegexCompile compiler(This, status); in compile()
/external/icu/libicu/cts_headers/
Dregexcmp.h44 class U_I18N_API RegexCompile : public UMemory {
58 RegexCompile(RegexPattern *rp, UErrorCode &e);
64 virtual ~RegexCompile();
/external/icu/libicu/cts_headers/unicode/
Dregex.h625 friend class RegexCompile; variable
/external/icu/icu4c/source/i18n/unicode/
Dregex.h625 friend class RegexCompile; variable
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp5663 RegexCompile::findCaseInsensitiveStarters(firstChar, &starters); in TestCaseInsensitiveStarters()