Searched refs:RegexStaticSets (Results 1 – 10 of 10) sorted by relevance
146 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;149 RegexStaticSets::RegexStaticSets(UErrorCode *status) in RegexStaticSets() function in RegexStaticSets236 RegexStaticSets::~RegexStaticSets() { in ~RegexStaticSets()256 RegexStaticSets::cleanup(void) { in cleanup()257 delete RegexStaticSets::gStaticSets; in cleanup()258 RegexStaticSets::gStaticSets = NULL; in cleanup()266 return RegexStaticSets::cleanup(); in regex_cleanup()270 U_ASSERT(RegexStaticSets::gStaticSets == NULL); in initStaticSets()272 RegexStaticSets::gStaticSets = new RegexStaticSets(&status); in initStaticSets()274 delete RegexStaticSets::gStaticSets; in initStaticSets()[all …]
32 class RegexStaticSets : public UMemory {34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant37 RegexStaticSets(UErrorCode *status); 38 ~RegexStaticSets();
57 RegexStaticSets::initGlobals(&status); in RegexCompile()142 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets; in compile()143 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()213 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()1304 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()1530 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()1537 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()1565 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()1572 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()3775 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
566 RegexStaticSets::initGlobals(&status); in patternText()567 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()141 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()157 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()