Searched refs:DecimalFormatStaticSets (Results 1 – 8 of 8) 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);
449 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in construct()760 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in operator =()2636 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse); in subparse()
470 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in construct()781 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in operator =()2725 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse);
60 class DecimalFormatStaticSets; variable2337 const DecimalFormatStaticSets *fStaticSets;
60 class DecimalFormatStaticSets; variable2357 const DecimalFormatStaticSets *fStaticSets;