Searched refs:fStrictCommaEquivalents (Results 1 – 2 of 2) sorted by relevance
81 fStrictCommaEquivalents(NULL), in DecimalFormatStaticSets()93 …fStrictCommaEquivalents = new UnicodeSet(UnicodeString(TRUE, gStrictCommaEquivalentsPattern… in DecimalFormatStaticSets()103 fStrictDefaultGroupingSeparators->addAll(*fStrictCommaEquivalents); in DecimalFormatStaticSets()108 …fStrictDotEquivalents == NULL || fStrictCommaEquivalents == NULL || fStrictOtherGroupingSeparators… in DecimalFormatStaticSets()119 fStrictCommaEquivalents->freeze(); in DecimalFormatStaticSets()133 delete fStrictCommaEquivalents; fStrictCommaEquivalents = NULL; in DecimalFormatStaticSets()150 delete fStrictCommaEquivalents; fStrictCommaEquivalents = NULL; in ~DecimalFormatStaticSets()230 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
46 UnicodeSet *fStrictCommaEquivalents; variable