Searched refs:SimpleDateFormatStaticSets (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Dsmpdtfst.h7 * This file contains declarations for the class SimpleDateFormatStaticSets
9 * SimpleDateFormatStaticSets holds the UnicodeSets that are needed for lenient
28 class SimpleDateFormatStaticSets : public UMemory class in inherits:UMemory
31 static SimpleDateFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant
34 SimpleDateFormatStaticSets(UErrorCode *status);
35 ~SimpleDateFormatStaticSets();
H A Dsmpdtfst.cpp7 * This file contains the class SimpleDateFormatStaticSets
9 * SimpleDateFormatStaticSets holds the UnicodeSets that are needed for lenient
29 SimpleDateFormatStaticSets *SimpleDateFormatStaticSets::gStaticSets = NULL;
31 SimpleDateFormatStaticSets::SimpleDateFormatStaticSets(UErrorCode *status) function in class:SimpleDateFormatStaticSets
61 SimpleDateFormatStaticSets::~SimpleDateFormatStaticSets() {
75 SimpleDateFormatStaticSets::cleanup(void)
77 delete SimpleDateFormatStaticSets
[all...]
H A Dsmpdtfmt.cpp2404 ignorables = SimpleDateFormatStaticSets::getIgnorables(patternCharIndex);
/external/icu4c/common/unicode/
H A Durename.h2149 #define SimpleDateFormatStaticSets U_ICU_ENTRY_POINT_RENAME(SimpleDateFormatStaticSets) macro

Completed in 120 milliseconds