Home
last modified time | relevance | path

Searched refs:fDashEquivalents (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecfmtst.cpp102 fDashEquivalents(NULL), in DecimalFormatStaticSets()
115fDashEquivalents = new UnicodeSet(UnicodeString(TRUE, gDashEquivalentsPattern, -1), … in DecimalFormatStaticSets()
135 …ULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fDashEquivalents == NULL || in DecimalFormatStaticSets()
157 fDashEquivalents->freeze(); in DecimalFormatStaticSets()
176 delete fDashEquivalents; fDashEquivalents = NULL; in cleanup()
Ddecfmtst.h48 UnicodeSet *fDashEquivalents; variable
Ddecimfmt.cpp2018 affixSet = fStaticSets->fDashEquivalents; in compareSimpleAffix()