Searched refs:DecimalFormatStaticSets (Results 1 – 6 of 6) sorted by relevance
96 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode &status) in DecimalFormatStaticSets() function in DecimalFormatStaticSets166 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()
26 class DecimalFormatStaticSets : public UMemory31 DecimalFormatStaticSets(UErrorCode &status);32 ~DecimalFormatStaticSets();37 static const DecimalFormatStaticSets *getStaticSets(UErrorCode &status);
130 const DecimalFormatStaticSets &staticSets, in format()204 const DecimalFormatStaticSets & /*unusedDecimalFormatSets*/, in format() argument259 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in ScientificNumberFormatter()
366 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in construct()616 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in operator =()1438 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse); in subparse()
26 class DecimalFormatStaticSets; variable152 const DecimalFormatStaticSets &decimalFormatSets,167 const DecimalFormatStaticSets &decimalFormatSets,186 const DecimalFormatStaticSets &decimalFormatSets,213 const DecimalFormatStaticSets *fStaticSets;
62 class DecimalFormatStaticSets; variable2249 const DecimalFormatStaticSets *fStaticSets;