Searched refs:gStaticSets (Results 1 – 10 of 10) sorted by relevance
29 SimpleDateFormatStaticSets *SimpleDateFormatStaticSets::gStaticSets = NULL; member in SimpleDateFormatStaticSets77 delete SimpleDateFormatStaticSets::gStaticSets; in cleanup()78 SimpleDateFormatStaticSets::gStaticSets = NULL; in cleanup()95 UMTX_CHECK(NULL, gStaticSets, p); in initSets()110 if (gStaticSets == NULL) { in initSets()111 gStaticSets = p; in initSets()140 return gStaticSets->fDateIgnorables; in getIgnorables()148 return gStaticSets->fTimeIgnorables; in getIgnorables()151 return gStaticSets->fOtherIgnorables; in getIgnorables()
73 DecimalFormatStaticSets *DecimalFormatStaticSets::gStaticSets = NULL; member in DecimalFormatStaticSets168 delete DecimalFormatStaticSets::gStaticSets; in cleanup()169 DecimalFormatStaticSets::gStaticSets = NULL; in cleanup()186 UMTX_CHECK(NULL, gStaticSets, p); in initSets()201 if (gStaticSets == NULL) { in initSets()202 gStaticSets = p; in initSets()225 if (gStaticSets->fDotEquivalents->contains(decimal)) { in getSimilarDecimals()226 return strictParse ? gStaticSets->fStrictDotEquivalents : gStaticSets->fDotEquivalents; in getSimilarDecimals()229 if (gStaticSets->fCommaEquivalents->contains(decimal)) { in getSimilarDecimals()230 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
146 RegexStaticSets *RegexStaticSets::gStaticSets = NULL; member in RegexStaticSets256 delete RegexStaticSets::gStaticSets; in cleanup()257 RegexStaticSets::gStaticSets = NULL; in cleanup()270 UMTX_CHECK(NULL, gStaticSets, p); in initGlobals()282 if (gStaticSets == NULL) { in initGlobals()283 gStaticSets = p; in initGlobals()
31 static SimpleDateFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant
34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
29 static DecimalFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant
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()3735 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
567 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
2368 … groupingSet = DecimalFormatStaticSets::gStaticSets->fStrictDefaultGroupingSeparators; in subparse()2370 groupingSet = DecimalFormatStaticSets::gStaticSets->fDefaultGroupingSeparators; in subparse()2775 affixSet = DecimalFormatStaticSets::gStaticSets->fStrictDashEquivalents; in compareSimpleAffix()2841 affixSet = DecimalFormatStaticSets::gStaticSets->fDashEquivalents; in compareSimpleAffix()
88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()141 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()157 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()