Searched defs:gStaticSets (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/i18n/
H A Dsmpdtfst.h31 static SimpleDateFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant member in class:SimpleDateFormatStaticSets
H A Dregexst.h34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant member in class:RegexStaticSets
H A Ddecfmtst.h29 static DecimalFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant member in class:DecimalFormatStaticSets
H A Dsmpdtfst.cpp29 SimpleDateFormatStaticSets *SimpleDateFormatStaticSets::gStaticSets = NULL; member in class:SimpleDateFormatStaticSets
77 delete SimpleDateFormatStaticSets::gStaticSets; member in class:SimpleDateFormatStaticSets
78 SimpleDateFormatStaticSets::gStaticSets = NULL; member in class:SimpleDateFormatStaticSets
95 UMTX_CHECK(NULL, gStaticSets, p);
110 if (gStaticSets == NULL) {
111 gStaticSets = p;
140 return gStaticSets->fDateIgnorables;
148 return gStaticSets->fTimeIgnorables;
151 return gStaticSets->fOtherIgnorables;
H A Ddecfmtst.cpp73 DecimalFormatStaticSets *DecimalFormatStaticSets::gStaticSets = NULL; member in class:DecimalFormatStaticSets
168 delete DecimalFormatStaticSets::gStaticSets; member in class:DecimalFormatStaticSets
169 DecimalFormatStaticSets::gStaticSets = NULL; member in class:DecimalFormatStaticSets
186 UMTX_CHECK(NULL, gStaticSets, p);
201 if (gStaticSets == NULL) {
202 gStaticSets = p;
225 if (gStaticSets->fDotEquivalents->contains(decimal)) {
226 return strictParse ? gStaticSets->fStrictDotEquivalents : gStaticSets->fDotEquivalents;
229 if (gStaticSets
[all...]
H A Dregexst.cpp146 RegexStaticSets *RegexStaticSets::gStaticSets = NULL; member in class:RegexStaticSets
256 delete RegexStaticSets::gStaticSets; member in class:RegexStaticSets
257 RegexStaticSets::gStaticSets = NULL; member in class:RegexStaticSets
270 UMTX_CHECK(NULL, gStaticSets, p);
282 if (gStaticSets == NULL) {
283 gStaticSets = p;

Completed in 2343 milliseconds