Lines Matching refs:DecimalFormatStaticSets
7 * This file contains the class DecimalFormatStaticSets
9 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
73 DecimalFormatStaticSets *DecimalFormatStaticSets::gStaticSets = NULL;
75 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode *status)
144 DecimalFormatStaticSets::~DecimalFormatStaticSets() {
166 DecimalFormatStaticSets::cleanup(void)
168 delete DecimalFormatStaticSets::gStaticSets;
169 DecimalFormatStaticSets::gStaticSets = NULL;
178 return DecimalFormatStaticSets::cleanup();
182 void DecimalFormatStaticSets::initSets(UErrorCode *status)
184 DecimalFormatStaticSets *p;
188 p = new DecimalFormatStaticSets(status);
215 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse)