Searched refs:fStrictCommaEquivalents (Results 1 – 2 of 2) sorted by relevance
102 fStrictCommaEquivalents(NULL), in DecimalFormatStaticSets()116 …fStrictCommaEquivalents = new UnicodeSet(UnicodeString(TRUE, gStrictCommaEquivalentsPattern… in DecimalFormatStaticSets()126 fStrictDefaultGroupingSeparators->addAll(*fStrictCommaEquivalents); in DecimalFormatStaticSets()134 …fStrictDotEquivalents == NULL || fStrictCommaEquivalents == NULL || fStrictOtherGroupingSeparators… in DecimalFormatStaticSets()157 fStrictCommaEquivalents->freeze(); in DecimalFormatStaticSets()176 delete fStrictCommaEquivalents; fStrictCommaEquivalents = NULL; in cleanup()240 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
47 UnicodeSet *fStrictCommaEquivalents; variable