HomeSort by relevance Sort by last modified time
    Searched defs:DecimalFormatStaticSets (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
decfmtst.cpp 7 * This file contains the class DecimalFormatStaticSets
9 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
96 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode &status)
166 DecimalFormatStaticSets::~DecimalFormatStaticSets() {
170 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields!
186 static DecimalFormatStaticSets *gStaticSets;
209 gStaticSets = new DecimalFormatStaticSets(status);
221 const DecimalFormatStaticSets *DecimalFormatStaticSets::getStaticSets(UErrorCode &status)
    [all...]
decfmtst.h 7 * This file contains declarations for the class DecimalFormatStaticSets
9 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
26 class DecimalFormatStaticSets : public UMemory
31 DecimalFormatStaticSets(UErrorCode &status);
32 ~DecimalFormatStaticSets();
37 static const DecimalFormatStaticSets *getStaticSets(UErrorCode &status);
  /external/icu/icu4c/source/i18n/
decfmtst.cpp 7 * This file contains the class DecimalFormatStaticSets
9 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
96 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode &status)
166 DecimalFormatStaticSets::~DecimalFormatStaticSets() {
170 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields!
186 static DecimalFormatStaticSets *gStaticSets;
209 gStaticSets = new DecimalFormatStaticSets(status);
221 const DecimalFormatStaticSets *DecimalFormatStaticSets::getStaticSets(UErrorCode &status)
    [all...]
decfmtst.h 7 * This file contains declarations for the class DecimalFormatStaticSets
9 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
26 class DecimalFormatStaticSets : public UMemory
31 DecimalFormatStaticSets(UErrorCode &status);
32 ~DecimalFormatStaticSets();
37 static const DecimalFormatStaticSets *getStaticSets(UErrorCode &status);

Completed in 2194 milliseconds