Home
last modified time | relevance | path

Searched refs:gStaticSets (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/i18n/
Dsmpdtfst.cpp29 SimpleDateFormatStaticSets *SimpleDateFormatStaticSets::gStaticSets = NULL; member in SimpleDateFormatStaticSets
77 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()
Ddecfmtst.cpp73 DecimalFormatStaticSets *DecimalFormatStaticSets::gStaticSets = NULL; member in DecimalFormatStaticSets
168 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()
Dregexst.cpp146 RegexStaticSets *RegexStaticSets::gStaticSets = NULL; member in RegexStaticSets
256 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()
Dsmpdtfst.h31 static SimpleDateFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant
Dregexst.h34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
Ddecfmtst.h29 static DecimalFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant
Dregexcmp.cpp142 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()
Drepattrn.cpp567 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
Ddecimfmt.cpp2368 … 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()
Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()