Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecfmtst.cpp77 fCommaEquivalents(NULL), in DecimalFormatStaticSets()
88fCommaEquivalents = new UnicodeSet(UnicodeString(TRUE, gCommaEquivalentsPattern, -1),… in DecimalFormatStaticSets()
99 fDefaultGroupingSeparators->addAll(*fCommaEquivalents); in DecimalFormatStaticSets()
107 …if (fDotEquivalents == NULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fD… in DecimalFormatStaticSets()
115 fCommaEquivalents->freeze(); in DecimalFormatStaticSets()
129 delete fCommaEquivalents; fCommaEquivalents = NULL; in DecimalFormatStaticSets()
146 delete fCommaEquivalents; fCommaEquivalents = NULL; in ~DecimalFormatStaticSets()
229 if (gStaticSets->fCommaEquivalents->contains(decimal)) { in getSimilarDecimals()
230 return strictParse ? gStaticSets->fStrictCommaEquivalents : gStaticSets->fCommaEquivalents; in getSimilarDecimals()
Ddecfmtst.h41 UnicodeSet *fCommaEquivalents; variable