Searched refs:fCommaEquivalents (Results 1 – 2 of 2) sorted by relevance
100 fCommaEquivalents(NULL), in DecimalFormatStaticSets()113 …fCommaEquivalents = new UnicodeSet(UnicodeString(TRUE, gCommaEquivalentsPattern, -1),… in DecimalFormatStaticSets()124 fDefaultGroupingSeparators->addAll(*fCommaEquivalents); in DecimalFormatStaticSets()135 …if (fDotEquivalents == NULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fD… in DecimalFormatStaticSets()155 fCommaEquivalents->freeze(); in DecimalFormatStaticSets()174 delete fCommaEquivalents; fCommaEquivalents = NULL; in cleanup()241 if (gStaticSets->fCommaEquivalents->contains(decimal)) { in getSimilarDecimals()242 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
46 UnicodeSet *fCommaEquivalents; variable