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

  /external/chromium_org/third_party/icu/source/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 SimpleDateFormatStaticSets(UErrorCode &status);
32 ~SimpleDateFormatStaticSets();
smpdtfst.cpp 7 * This file contains the class SimpleDateFormatStaticSets
9 * SimpleDateFormatStaticSets holds the UnicodeSets that are needed for lenient
30 SimpleDateFormatStaticSets *gStaticSets = NULL;
33 SimpleDateFormatStaticSets::SimpleDateFormatStaticSets(UErrorCode &status)
63 SimpleDateFormatStaticSets::~SimpleDateFormatStaticSets() {
77 SimpleDateFormatStaticSets::cleanup(void)
89 return SimpleDateFormatStaticSets::cleanup();
95 gStaticSets = new SimpleDateFormatStaticSets(status)
    [all...]
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/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 SimpleDateFormatStaticSets(UErrorCode &status);
32 ~SimpleDateFormatStaticSets();
smpdtfst.cpp 7 * This file contains the class SimpleDateFormatStaticSets
9 * SimpleDateFormatStaticSets holds the UnicodeSets that are needed for lenient
30 SimpleDateFormatStaticSets *gStaticSets = NULL;
33 SimpleDateFormatStaticSets::SimpleDateFormatStaticSets(UErrorCode &status)
63 SimpleDateFormatStaticSets::~SimpleDateFormatStaticSets() {
77 SimpleDateFormatStaticSets::cleanup(void)
89 return SimpleDateFormatStaticSets::cleanup();
95 gStaticSets = new SimpleDateFormatStaticSets(status)
    [all...]
smpdtfmt.cpp     [all...]

Completed in 3153 milliseconds