Lines Matching refs:gStaticSets
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)) {
230 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents;