Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecfmtst.cpp82 fStrictOtherGroupingSeparators(NULL), in DecimalFormatStaticSets()
94fStrictOtherGroupingSeparators = new UnicodeSet(UnicodeString(TRUE, gStrictOtherGroupingSeparators… in DecimalFormatStaticSets()
104 fStrictDefaultGroupingSeparators->addAll(*fStrictOtherGroupingSeparators); in DecimalFormatStaticSets()
108 …DotEquivalents == NULL || fStrictCommaEquivalents == NULL || fStrictOtherGroupingSeparators == NUL… in DecimalFormatStaticSets()
109 fDefaultGroupingSeparators == NULL || fStrictOtherGroupingSeparators == NULL) { in DecimalFormatStaticSets()
120 fStrictOtherGroupingSeparators->freeze(); in DecimalFormatStaticSets()
134 delete fStrictOtherGroupingSeparators; fStrictOtherGroupingSeparators = NULL; in DecimalFormatStaticSets()
138 delete fStrictOtherGroupingSeparators; fStrictOtherGroupingSeparators = NULL; in DecimalFormatStaticSets()
151 delete fStrictOtherGroupingSeparators; fStrictOtherGroupingSeparators = NULL; in ~DecimalFormatStaticSets()
155 delete fStrictOtherGroupingSeparators; fStrictOtherGroupingSeparators = NULL; in ~DecimalFormatStaticSets()
Ddecfmtst.h47 UnicodeSet *fStrictOtherGroupingSeparators; variable