Searched refs:fStrictCommaEquivalents (Results 1 – 2 of 2) sorted by relevance
104 fStrictCommaEquivalents(NULL), in DecimalFormatStaticSets()118 …fStrictCommaEquivalents = new UnicodeSet(UnicodeString(TRUE, gStrictCommaEquivalentsPattern… in DecimalFormatStaticSets()128 fStrictDefaultGroupingSeparators->addAll(*fStrictCommaEquivalents); in DecimalFormatStaticSets()136 …fStrictDotEquivalents == NULL || fStrictCommaEquivalents == NULL || fStrictOtherGroupingSeparators… in DecimalFormatStaticSets()159 fStrictCommaEquivalents->freeze(); in DecimalFormatStaticSets()178 delete fStrictCommaEquivalents; fStrictCommaEquivalents = NULL; in cleanup()242 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
51 UnicodeSet *fStrictCommaEquivalents; variable