Lines Matching refs:DecimalFormatSymbols
49 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DecimalFormatSymbols)
66 static const char *gNumberElementKeys[DecimalFormatSymbols::kFormatSymbolCount] = {
100 DecimalFormatSymbols::DecimalFormatSymbols(UErrorCode& status) in DecimalFormatSymbols() function in DecimalFormatSymbols
108 DecimalFormatSymbols::DecimalFormatSymbols(const Locale& loc, UErrorCode& status) in DecimalFormatSymbols() function in DecimalFormatSymbols
113 DecimalFormatSymbols::DecimalFormatSymbols(const Locale& loc, const NumberingSystem& ns, UErrorCode… in DecimalFormatSymbols() function in DecimalFormatSymbols
118 DecimalFormatSymbols::DecimalFormatSymbols() in DecimalFormatSymbols() function in DecimalFormatSymbols
124 DecimalFormatSymbols*
125 DecimalFormatSymbols::createWithLastResortData(UErrorCode& status) { in createWithLastResortData()
127 DecimalFormatSymbols* sym = new DecimalFormatSymbols(); in createWithLastResortData()
136 DecimalFormatSymbols::~DecimalFormatSymbols() in ~DecimalFormatSymbols()
143 DecimalFormatSymbols::DecimalFormatSymbols(const DecimalFormatSymbols &source) in DecimalFormatSymbols() function in DecimalFormatSymbols
152 DecimalFormatSymbols&
153 DecimalFormatSymbols::operator=(const DecimalFormatSymbols& rhs) in operator =()
177 DecimalFormatSymbols::operator==(const DecimalFormatSymbols& that) const in operator ==()
221 DecimalFormatSymbols& dfs;
224 UBool seenSymbol[DecimalFormatSymbols::kFormatSymbolCount];
227 DecFmtSymDataSink(DecimalFormatSymbols& _dfs) : dfs(_dfs) { in DecFmtSymDataSink()
237 for (int32_t i=0; i<DecimalFormatSymbols::kFormatSymbolCount; i++) { in put()
242 (DecimalFormatSymbols::ENumberFormatSymbol) i, in put()
254 for (int32_t i=0; i<DecimalFormatSymbols::kFormatSymbolCount; i++) { in seenAll()
265 if (!seenSymbol[DecimalFormatSymbols::kMonetarySeparatorSymbol]) { in resolveMissingMonetarySeparators()
267 DecimalFormatSymbols::kMonetarySeparatorSymbol, in resolveMissingMonetarySeparators()
268 fSymbols[DecimalFormatSymbols::kDecimalSeparatorSymbol]); in resolveMissingMonetarySeparators()
270 if (!seenSymbol[DecimalFormatSymbols::kMonetaryGroupingSeparatorSymbol]) { in resolveMissingMonetarySeparators()
272 DecimalFormatSymbols::kMonetaryGroupingSeparatorSymbol, in resolveMissingMonetarySeparators()
273 fSymbols[DecimalFormatSymbols::kGroupingSeparatorSymbol]); in resolveMissingMonetarySeparators()
279 DecimalFormatSymbols& dfs;
283 CurrencySpacingSink(DecimalFormatSymbols& _dfs) in CurrencySpacingSink()
347 DecimalFormatSymbols::initialize(const Locale& loc, UErrorCode& status, in initialize()
518 DecimalFormatSymbols::initialize() { in initialize()
560 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale()
566 DecimalFormatSymbols::getPatternForCurrencySpacing(UCurrencySpacing type, in getPatternForCurrencySpacing()
580 DecimalFormatSymbols::setPatternForCurrencySpacing(UCurrencySpacing type, in setPatternForCurrencySpacing()