Searched refs:SimpleDateFormatStaticSets (Results 1 – 3 of 3) sorted by relevance
30 SimpleDateFormatStaticSets *gStaticSets = NULL;33 SimpleDateFormatStaticSets::SimpleDateFormatStaticSets(UErrorCode &status) in SimpleDateFormatStaticSets() function in SimpleDateFormatStaticSets63 SimpleDateFormatStaticSets::~SimpleDateFormatStaticSets() { in ~SimpleDateFormatStaticSets()77 SimpleDateFormatStaticSets::cleanup(void) in cleanup()89 return SimpleDateFormatStaticSets::cleanup(); in smpdtfmt_cleanup()95 gStaticSets = new SimpleDateFormatStaticSets(status); in smpdtfmt_initSets()104 UnicodeSet *SimpleDateFormatStaticSets::getIgnorables(UDateFormatField fieldIndex) in getIgnorables()
28 class SimpleDateFormatStaticSets : public UMemory31 SimpleDateFormatStaticSets(UErrorCode &status);32 ~SimpleDateFormatStaticSets();
2493 ignorables = SimpleDateFormatStaticSets::getIgnorables(patternCharIndex); in matchLiterals()