Searched refs:fStrictOtherGroupingSeparators (Results 1 – 2 of 2) sorted by relevance
82 fStrictOtherGroupingSeparators(NULL), in DecimalFormatStaticSets()94 …fStrictOtherGroupingSeparators = 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()
47 UnicodeSet *fStrictOtherGroupingSeparators; variable