Searched refs:DecimalFormatStaticSets (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
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);
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 Dscientificnumberformatter.cpp132 const DecimalFormatStaticSets &staticSets,
206 const DecimalFormatStaticSets & /*unusedDecimalFormatSets*/,
261 fStaticSets = DecimalFormatStaticSets::getStaticSets(status);
H A Ddecimfmt.cpp368 fStaticSets = DecimalFormatStaticSets::getStaticSets(status);
630 fStaticSets = DecimalFormatStaticSets::getStaticSets(status);
1452 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse);
/external/icu/icu4c/source/i18n/unicode/
H A Dscientificnumberformatter.h27 class DecimalFormatStaticSets;
153 const DecimalFormatStaticSets &decimalFormatSets,
168 const DecimalFormatStaticSets &decimalFormatSets,
187 const DecimalFormatStaticSets &decimalFormatSets,
214 const DecimalFormatStaticSets *fStaticSets;
H A Ddecimfmt.h63 class DecimalFormatStaticSets;
2254 const DecimalFormatStaticSets *fStaticSets;

Completed in 158 milliseconds