Searched refs:fCommaEquivalents (Results 1 – 2 of 2) sorted by relevance
98 fCommaEquivalents(NULL), in DecimalFormatStaticSets()111 …fCommaEquivalents = new UnicodeSet(UnicodeString(TRUE, gCommaEquivalentsPattern, -1),… in DecimalFormatStaticSets()122 fDefaultGroupingSeparators->addAll(*fCommaEquivalents); in DecimalFormatStaticSets()133 …if (fDotEquivalents == NULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fD… in DecimalFormatStaticSets()153 fCommaEquivalents->freeze(); in DecimalFormatStaticSets()172 delete fCommaEquivalents; fCommaEquivalents = NULL; in cleanup()239 if (gStaticSets->fCommaEquivalents->contains(decimal)) { in getSimilarDecimals()240 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
42 UnicodeSet *fCommaEquivalents; variable