Searched refs:SimpleDateFormatStaticSets (Results 1 – 3 of 3) sorted by relevance
29 SimpleDateFormatStaticSets *SimpleDateFormatStaticSets::gStaticSets = NULL;31 SimpleDateFormatStaticSets::SimpleDateFormatStaticSets(UErrorCode *status) in SimpleDateFormatStaticSets() function in SimpleDateFormatStaticSets61 SimpleDateFormatStaticSets::~SimpleDateFormatStaticSets() { in ~SimpleDateFormatStaticSets()75 SimpleDateFormatStaticSets::cleanup(void) in cleanup()77 delete SimpleDateFormatStaticSets::gStaticSets; in cleanup()78 SimpleDateFormatStaticSets::gStaticSets = NULL; in cleanup()87 return SimpleDateFormatStaticSets::cleanup(); in smpdtfmt_cleanup()91 void SimpleDateFormatStaticSets::initSets(UErrorCode *status) in initSets()93 SimpleDateFormatStaticSets *p; in initSets()97 p = new SimpleDateFormatStaticSets(status); in initSets()[all …]
28 class SimpleDateFormatStaticSets : public UMemory31 static SimpleDateFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant34 SimpleDateFormatStaticSets(UErrorCode *status);35 ~SimpleDateFormatStaticSets();
2176 ignorables = SimpleDateFormatStaticSets::getIgnorables(patternCharIndex); in matchLiterals()