Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexst.cpp143 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
146 RegexStaticSets::RegexStaticSets(UErrorCode *status) in RegexStaticSets() function in RegexStaticSets
239 RegexStaticSets::~RegexStaticSets() { in ~RegexStaticSets()
259 RegexStaticSets::cleanup(void) { in cleanup()
260 delete RegexStaticSets::gStaticSets; in cleanup()
261 RegexStaticSets::gStaticSets = NULL; in cleanup()
269 return RegexStaticSets::cleanup(); in regex_cleanup()
273 U_ASSERT(RegexStaticSets::gStaticSets == NULL); in initStaticSets()
275 RegexStaticSets::gStaticSets = new RegexStaticSets(&status); in initStaticSets()
277 delete RegexStaticSets::gStaticSets; in initStaticSets()
[all …]
Dregexst.h34 class RegexStaticSets : public UMemory {
36 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
39 RegexStaticSets(UErrorCode *status);
40 ~RegexStaticSets();
Dregexcmp.cpp58 RegexStaticSets::initGlobals(&status); in RegexCompile()
150 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets; in compile()
151 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()
221 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
1298 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()
1547 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1554 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1624 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
1631 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
4076 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
Drepattrn.cpp602 RegexStaticSets::initGlobals(&status); in patternText()
603 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
Drematch.cpp81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()
134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()