Searched refs:SimpleDateFormatStaticSets (Results 1 – 3 of 3) 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()
30 class SimpleDateFormatStaticSets : public UMemory33 SimpleDateFormatStaticSets(UErrorCode &status);34 ~SimpleDateFormatStaticSets();
2735 ignorables = SimpleDateFormatStaticSets::getIgnorables(patternCharIndex); in matchLiterals()