Home | History | Annotate | Download | only in i18n

Lines Matching defs:DecimalFormatStaticSets

7 * This file contains the class DecimalFormatStaticSets
9 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
96 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode &status)
166 DecimalFormatStaticSets::~DecimalFormatStaticSets() {
170 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields!
186 static DecimalFormatStaticSets *gStaticSets;
209 gStaticSets = new DecimalFormatStaticSets(status);
221 const DecimalFormatStaticSets *DecimalFormatStaticSets::getStaticSets(UErrorCode &status) {
227 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse)