Searched refs:fOtherGroupingSeparators (Results 1 – 2 of 2) sorted by relevance
101 fOtherGroupingSeparators(NULL), in DecimalFormatStaticSets()114 …fOtherGroupingSeparators = new UnicodeSet(UnicodeString(TRUE, gOtherGroupingSeparatorsPatter… in DecimalFormatStaticSets()125 fDefaultGroupingSeparators->addAll(*fOtherGroupingSeparators); in DecimalFormatStaticSets()135 …if (fDotEquivalents == NULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fD… in DecimalFormatStaticSets()156 fOtherGroupingSeparators->freeze(); in DecimalFormatStaticSets()175 delete fOtherGroupingSeparators; fOtherGroupingSeparators = NULL; in cleanup()
47 UnicodeSet *fOtherGroupingSeparators; variable