Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecfmtst.cpp81 fStrictCommaEquivalents(NULL), in DecimalFormatStaticSets()
93fStrictCommaEquivalents = new UnicodeSet(UnicodeString(TRUE, gStrictCommaEquivalentsPattern… in DecimalFormatStaticSets()
103 fStrictDefaultGroupingSeparators->addAll(*fStrictCommaEquivalents); in DecimalFormatStaticSets()
108 …fStrictDotEquivalents == NULL || fStrictCommaEquivalents == NULL || fStrictOtherGroupingSeparators… in DecimalFormatStaticSets()
119 fStrictCommaEquivalents->freeze(); in DecimalFormatStaticSets()
133 delete fStrictCommaEquivalents; fStrictCommaEquivalents = NULL; in DecimalFormatStaticSets()
150 delete fStrictCommaEquivalents; fStrictCommaEquivalents = NULL; in ~DecimalFormatStaticSets()
230 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
Ddecfmtst.h46 UnicodeSet *fStrictCommaEquivalents; variable