Searched refs:SimpleDateFormatStaticSets (Results 1 – 4 of 4) sorted by relevance
32 SimpleDateFormatStaticSets *gStaticSets = NULL;35 SimpleDateFormatStaticSets::SimpleDateFormatStaticSets(UErrorCode &status) in SimpleDateFormatStaticSets() function in SimpleDateFormatStaticSets65 SimpleDateFormatStaticSets::~SimpleDateFormatStaticSets() { in ~SimpleDateFormatStaticSets()79 SimpleDateFormatStaticSets::cleanup(void) in cleanup()91 return SimpleDateFormatStaticSets::cleanup(); in smpdtfmt_cleanup()97 gStaticSets = new SimpleDateFormatStaticSets(status); in smpdtfmt_initSets()106 UnicodeSet *SimpleDateFormatStaticSets::getIgnorables(UDateFormatField fieldIndex) in getIgnorables()
31 class SimpleDateFormatStaticSets : public UMemory34 SimpleDateFormatStaticSets(UErrorCode &status);35 ~SimpleDateFormatStaticSets();
2854 ignorables = SimpleDateFormatStaticSets::getIgnorables(patternCharIndex); in matchLiterals()