Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexst.cpp141 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
144 RegexStaticSets::RegexStaticSets(UErrorCode *status) in RegexStaticSets() function in RegexStaticSets
237 RegexStaticSets::~RegexStaticSets() { in ~RegexStaticSets()
257 RegexStaticSets::cleanup(void) { in cleanup()
258 delete RegexStaticSets::gStaticSets; in cleanup()
259 RegexStaticSets::gStaticSets = NULL; in cleanup()
267 return RegexStaticSets::cleanup(); in regex_cleanup()
271 U_ASSERT(RegexStaticSets::gStaticSets == NULL); in initStaticSets()
273 RegexStaticSets::gStaticSets = new RegexStaticSets(&status); in initStaticSets()
275 delete RegexStaticSets::gStaticSets; in initStaticSets()
[all …]
Dregexst.h32 class RegexStaticSets : public UMemory {
34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
37 RegexStaticSets(UErrorCode *status);
38 ~RegexStaticSets();
Dregexcmp.cpp56 RegexStaticSets::initGlobals(&status); in RegexCompile()
147 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets; in compile()
148 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()
218 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
1295 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()
1544 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1551 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1621 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
1628 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
4066 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
Drepattrn.cpp598 RegexStaticSets::initGlobals(&status); in patternText()
599 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
Drematch.cpp77 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()
130 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
146 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()