Searched refs:fCommaEquivalents (Results 1 – 2 of 2) sorted by relevance
77 fCommaEquivalents(NULL), in DecimalFormatStaticSets()88 …fCommaEquivalents = new UnicodeSet(UnicodeString(TRUE, gCommaEquivalentsPattern, -1),… in DecimalFormatStaticSets()99 fDefaultGroupingSeparators->addAll(*fCommaEquivalents); in DecimalFormatStaticSets()107 …if (fDotEquivalents == NULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fD… in DecimalFormatStaticSets()115 fCommaEquivalents->freeze(); in DecimalFormatStaticSets()129 delete fCommaEquivalents; fCommaEquivalents = NULL; in DecimalFormatStaticSets()146 delete fCommaEquivalents; fCommaEquivalents = NULL; in ~DecimalFormatStaticSets()229 if (gStaticSets->fCommaEquivalents->contains(decimal)) { in getSimilarDecimals()230 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
41 UnicodeSet *fCommaEquivalents; variable