Home | History | Annotate | Download | only in i18n

Lines Matching refs:SimpleDateFormatStaticSets

7 * This file contains the class SimpleDateFormatStaticSets
9 * SimpleDateFormatStaticSets holds the UnicodeSets that are needed for lenient
30 SimpleDateFormatStaticSets *gStaticSets = NULL;
33 SimpleDateFormatStaticSets::SimpleDateFormatStaticSets(UErrorCode &status)
63 SimpleDateFormatStaticSets::~SimpleDateFormatStaticSets() {
77 SimpleDateFormatStaticSets::cleanup(void)
89 return SimpleDateFormatStaticSets::cleanup();
95 gStaticSets = new SimpleDateFormatStaticSets(status);
104 UnicodeSet *SimpleDateFormatStaticSets::getIgnorables(UDateFormatField fieldIndex)