HomeSort by relevance Sort by last modified time
    Searched defs:gStaticSets (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
smpdtfst.h 31 static SimpleDateFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant
regexst.h 34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
smpdtfst.cpp 29 SimpleDateFormatStaticSets *SimpleDateFormatStaticSets::gStaticSets = NULL;
77 delete SimpleDateFormatStaticSets::gStaticSets;
78 SimpleDateFormatStaticSets::gStaticSets = NULL;
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;
decfmtst.h 29 static DecimalFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant
decfmtst.cpp 73 DecimalFormatStaticSets *DecimalFormatStaticSets::gStaticSets = NULL;
168 delete DecimalFormatStaticSets::gStaticSets;
169 DecimalFormatStaticSets::gStaticSets = NULL;
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->fCommaEquivalents->contains(decimal))
    [all...]
regexst.cpp 146 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
256 delete RegexStaticSets::gStaticSets;
257 RegexStaticSets::gStaticSets = NULL;
270 UMTX_CHECK(NULL, gStaticSets, p);
282 if (gStaticSets == NULL) {
283 gStaticSets = p;

Completed in 45 milliseconds