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

/external/icu/icu4c/source/i18n/
H A Ddecfmtst.cpp9 * This file contains the class DecimalFormatStaticSets
11 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
98 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode &status) function in class:DecimalFormatStaticSets
168 DecimalFormatStaticSets::~DecimalFormatStaticSets() {
172 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields!
188 static DecimalFormatStaticSets *gStaticSets;
211 gStaticSets = new DecimalFormatStaticSets(status);
223 const DecimalFormatStaticSets *DecimalFormatStaticSet
[all...]
H A Ddecfmtst.h9 * This file contains declarations for the class DecimalFormatStaticSets
11 * DecimalFormatStaticSets holds the UnicodeSets that are needed for lenient
30 class DecimalFormatStaticSets : public UMemory class in inherits:UMemory
35 DecimalFormatStaticSets(UErrorCode &status);
36 ~DecimalFormatStaticSets();
41 static const DecimalFormatStaticSets *getStaticSets(UErrorCode &status);

Completed in 84 milliseconds