Searched refs:fOtherGroupingSeparators (Results 1 – 2 of 2) sorted by relevance
99 fOtherGroupingSeparators(NULL), in DecimalFormatStaticSets()112 …fOtherGroupingSeparators = new UnicodeSet(UnicodeString(TRUE, gOtherGroupingSeparatorsPatter… in DecimalFormatStaticSets()123 fDefaultGroupingSeparators->addAll(*fOtherGroupingSeparators); in DecimalFormatStaticSets()133 …if (fDotEquivalents == NULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fD… in DecimalFormatStaticSets()154 fOtherGroupingSeparators->freeze(); in DecimalFormatStaticSets()173 delete fOtherGroupingSeparators; fOtherGroupingSeparators = NULL; in cleanup()
43 UnicodeSet *fOtherGroupingSeparators; variable