Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecfmtst.cpp96 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode &status) in DecimalFormatStaticSets() function in DecimalFormatStaticSets
166 DecimalFormatStaticSets::~DecimalFormatStaticSets() { in ~DecimalFormatStaticSets()
170 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields! in cleanup()
186 static DecimalFormatStaticSets *gStaticSets;
209 gStaticSets = new DecimalFormatStaticSets(status); in initSets()
221 const DecimalFormatStaticSets *DecimalFormatStaticSets::getStaticSets(UErrorCode &status) { in getStaticSets()
227 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) in getSimilarDecimals()
Ddecfmtst.h26 class DecimalFormatStaticSets : public UMemory
31 DecimalFormatStaticSets(UErrorCode &status);
32 ~DecimalFormatStaticSets();
37 static const DecimalFormatStaticSets *getStaticSets(UErrorCode &status);
Dscientificnumberformatter.cpp130 const DecimalFormatStaticSets &staticSets, in format()
204 const DecimalFormatStaticSets & /*unusedDecimalFormatSets*/, in format() argument
259 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in ScientificNumberFormatter()
Ddecimfmt.cpp366 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in construct()
616 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in operator =()
1438 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse); in subparse()
/external/icu/icu4c/source/i18n/unicode/
Dscientificnumberformatter.h26 class DecimalFormatStaticSets; variable
152 const DecimalFormatStaticSets &decimalFormatSets,
167 const DecimalFormatStaticSets &decimalFormatSets,
186 const DecimalFormatStaticSets &decimalFormatSets,
213 const DecimalFormatStaticSets *fStaticSets;
Ddecimfmt.h62 class DecimalFormatStaticSets; variable
2249 const DecimalFormatStaticSets *fStaticSets;