Home
last modified time | relevance | path

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

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