Searched refs:fStrictDotEquivalents (Results 1 – 2 of 2) sorted by relevance
101 fStrictDotEquivalents(NULL), in DecimalFormatStaticSets()115 …fStrictDotEquivalents = new UnicodeSet(UnicodeString(TRUE, gStrictDotEquivalentsPattern, … in DecimalFormatStaticSets()125 fStrictDefaultGroupingSeparators = new UnicodeSet(*fStrictDotEquivalents); in DecimalFormatStaticSets()134 …fStrictDotEquivalents == NULL || fStrictCommaEquivalents == NULL || fStrictOtherGroupingSeparators… in DecimalFormatStaticSets()156 fStrictDotEquivalents->freeze(); in DecimalFormatStaticSets()175 delete fStrictDotEquivalents; fStrictDotEquivalents = NULL; in cleanup()236 return strictParse ? gStaticSets->fStrictDotEquivalents : gStaticSets->fDotEquivalents; in getSimilarDecimals()
46 UnicodeSet *fStrictDotEquivalents; variable