Searched defs:DecimalFormatStaticSets (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddecfmtst.cpp7 * This file contains the class DecimalFormatStaticSets
9 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
96 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode &status) function in class:DecimalFormatStaticSets
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 *DecimalFormatStaticSet
[all...]
H A Ddecfmtst.h7 * This file contains declarations for the class DecimalFormatStaticSets
9 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
26 class DecimalFormatStaticSets : public UMemory class in inherits:UMemory
31 DecimalFormatStaticSets(UErrorCode &status);
32 ~DecimalFormatStaticSets();
37 static const DecimalFormatStaticSets *getStaticSets(UErrorCode &status);
/external/icu/icu4c/source/i18n/
H A Ddecfmtst.cpp7 * This file contains the class DecimalFormatStaticSets
9 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
96 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode &status) function in class:DecimalFormatStaticSets
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 *DecimalFormatStaticSet
[all...]
H A Ddecfmtst.h7 * This file contains declarations for the class DecimalFormatStaticSets
9 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
26 class DecimalFormatStaticSets : public UMemory class in inherits:UMemory
31 DecimalFormatStaticSets(UErrorCode &status);
32 ~DecimalFormatStaticSets();
37 static const DecimalFormatStaticSets *getStaticSets(UErrorCode &status);

Completed in 1537 milliseconds