HomeSort by relevance Sort by last modified time
    Searched refs:SimpleDateFormatStaticSets (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
smpdtfst.h 7 * This file contains declarations for the class SimpleDateFormatStaticSets
9 * SimpleDateFormatStaticSets holds the UnicodeSets that are needed for lenient
28 class SimpleDateFormatStaticSets : public UMemory
31 static SimpleDateFormatStaticSets *gStaticSets; // Ptr to all lazily initialized constant
34 SimpleDateFormatStaticSets(UErrorCode *status);
35 ~SimpleDateFormatStaticSets();
smpdtfst.cpp 7 * 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)
61 SimpleDateFormatStaticSets::~SimpleDateFormatStaticSets() {
75 SimpleDateFormatStaticSets::cleanup(void)
77 delete SimpleDateFormatStaticSets::gStaticSets
    [all...]
smpdtfmt.cpp     [all...]

Completed in 1560 milliseconds