Home
last modified time | relevance | path

Searched refs:fOtherGroupingSeparators (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecfmtst.cpp99 fOtherGroupingSeparators(NULL), in DecimalFormatStaticSets()
112fOtherGroupingSeparators = 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()
Ddecfmtst.h43 UnicodeSet *fOtherGroupingSeparators; variable