Searched refs:gStaticSets (Results 1 – 6 of 6) sorted by relevance
32 SimpleDateFormatStaticSets *gStaticSets = NULL; variable81 delete gStaticSets; in cleanup()82 gStaticSets = NULL; in cleanup()96 U_ASSERT(gStaticSets == NULL); in smpdtfmt_initSets()97 gStaticSets = new SimpleDateFormatStaticSets(status); in smpdtfmt_initSets()98 if (gStaticSets == NULL) { in smpdtfmt_initSets()120 return gStaticSets->fDateIgnorables; in getIgnorables()128 return gStaticSets->fTimeIgnorables; in getIgnorables()131 return gStaticSets->fOtherIgnorables; in getIgnorables()
143 RegexStaticSets *RegexStaticSets::gStaticSets = NULL; member in RegexStaticSets260 delete RegexStaticSets::gStaticSets; in cleanup()261 RegexStaticSets::gStaticSets = NULL; in cleanup()273 U_ASSERT(RegexStaticSets::gStaticSets == NULL); in initStaticSets()275 RegexStaticSets::gStaticSets = new RegexStaticSets(&status); in initStaticSets()277 delete RegexStaticSets::gStaticSets; in initStaticSets()278 RegexStaticSets::gStaticSets = NULL; in initStaticSets()280 if (RegexStaticSets::gStaticSets == NULL && U_SUCCESS(status)) { in initStaticSets()
36 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
151 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets; in compile()152 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()222 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()1299 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()1548 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()1555 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()1625 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()1632 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()4075 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
603 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()