Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecfmtst.cpp76 : fDotEquivalents(NULL), in DecimalFormatStaticSets()
87fDotEquivalents = new UnicodeSet(UnicodeString(TRUE, gDotEquivalentsPattern, -1), … in DecimalFormatStaticSets()
98 fDefaultGroupingSeparators = new UnicodeSet(*fDotEquivalents); in DecimalFormatStaticSets()
107 …if (fDotEquivalents == NULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fD… in DecimalFormatStaticSets()
114 fDotEquivalents->freeze(); in DecimalFormatStaticSets()
128 delete fDotEquivalents; fDotEquivalents = NULL; in DecimalFormatStaticSets()
145 delete fDotEquivalents; fDotEquivalents = NULL; in ~DecimalFormatStaticSets()
225 if (gStaticSets->fDotEquivalents->contains(decimal)) { in getSimilarDecimals()
226 return strictParse ? gStaticSets->fStrictDotEquivalents : gStaticSets->fDotEquivalents; in getSimilarDecimals()
Ddecfmtst.h40 UnicodeSet *fDotEquivalents; variable