Searched refs:fStrictDotEquivalents (Results 1 – 2 of 2) sorted by relevance
103 fStrictDotEquivalents(NULL), in DecimalFormatStaticSets()117 …fStrictDotEquivalents = new UnicodeSet(UnicodeString(TRUE, gStrictDotEquivalentsPattern, … in DecimalFormatStaticSets()127 fStrictDefaultGroupingSeparators = new UnicodeSet(*fStrictDotEquivalents); in DecimalFormatStaticSets()136 …fStrictDotEquivalents == NULL || fStrictCommaEquivalents == NULL || fStrictOtherGroupingSeparators… in DecimalFormatStaticSets()158 fStrictDotEquivalents->freeze(); in DecimalFormatStaticSets()177 delete fStrictDotEquivalents; fStrictDotEquivalents = NULL; in cleanup()238 return strictParse ? gStaticSets->fStrictDotEquivalents : gStaticSets->fDotEquivalents; in getSimilarDecimals()
50 UnicodeSet *fStrictDotEquivalents; variable