Searched refs:fDotEquivalents (Results 1 – 2 of 2) sorted by relevance
76 : fDotEquivalents(NULL), in DecimalFormatStaticSets()87 …fDotEquivalents = 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()
40 UnicodeSet *fDotEquivalents; variable