Searched refs:RegexStaticSets (Results 1 – 16 of 16) sorted by relevance
144 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;146 RegexStaticSets::RegexStaticSets(UErrorCode *status) in RegexStaticSets() function in RegexStaticSets233 RegexStaticSets::~RegexStaticSets() { in ~RegexStaticSets()253 RegexStaticSets::cleanup(void) { in cleanup()254 delete RegexStaticSets::gStaticSets; in cleanup()255 RegexStaticSets::gStaticSets = NULL; in cleanup()262 return RegexStaticSets::cleanup(); in regex_cleanup()266 void RegexStaticSets::initGlobals(UErrorCode *status) { in initGlobals()267 RegexStaticSets *p; in initGlobals()270 p = new RegexStaticSets(status); in initGlobals()
32 class RegexStaticSets : public UMemory {34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant37 RegexStaticSets(UErrorCode *status); 38 ~RegexStaticSets();
55 RegexStaticSets::initGlobals(&status); in RegexCompile()140 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets; in compile()141 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()204 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()1263 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()1486 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()1493 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()1521 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()1528 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()3757 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
589 RegexStaticSets::initGlobals(&status); in patternText()590 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
144 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;146 RegexStaticSets::RegexStaticSets(UErrorCode *status) in RegexStaticSets() function in RegexStaticSets228 RegexStaticSets::~RegexStaticSets() { in ~RegexStaticSets()246 RegexStaticSets::cleanup(void) { in cleanup()247 delete RegexStaticSets::gStaticSets; in cleanup()248 RegexStaticSets::gStaticSets = NULL; in cleanup()255 return RegexStaticSets::cleanup(); in regex_cleanup()259 void RegexStaticSets::initGlobals(UErrorCode *status) { in initGlobals()260 RegexStaticSets *p; in initGlobals()263 p = new RegexStaticSets(status); in initGlobals()
31 class RegexStaticSets : public UMemory {33 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant36 RegexStaticSets(UErrorCode *status); 37 ~RegexStaticSets();
116 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets; in compile()117 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()180 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()1256 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()1479 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()1486 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()1514 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()1521 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()3676 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
38 RegexStaticSets::initGlobals(&fDeferredStatus); in RegexPattern()
63 init2(RegexStaticSets::gStaticSets->fEmptyString, fDeferredStatus); in RegexMatcher()90 init2(RegexStaticSets::gStaticSets->fEmptyString, status); in RegexMatcher()
1373 #define RegexStaticSets RegexStaticSets_3_2 macro
2049 #define RegexStaticSets U_ICU_ENTRY_POINT_RENAME(RegexStaticSets) macro
1795 #define RegexStaticSets RegexStaticSets_4_2 macro