Home | History | Annotate | Download | only in unicode

Lines Matching defs:DecimalFormatSymbols

50  * DecimalFormatSymbols from its locale data.  If you need to change any
51 * of these symbols, you can get the DecimalFormatSymbols object from
86 class U_I18N_API DecimalFormatSymbols : public UObject {
177 * Create a DecimalFormatSymbols object for the given locale.
184 DecimalFormatSymbols(const Locale& locale, UErrorCode& status);
187 * Create a DecimalFormatSymbols object for the default locale.
196 DecimalFormatSymbols(UErrorCode& status);
199 * Creates a DecimalFormatSymbols object with last-resort data.
213 static DecimalFormatSymbols* createWithLastResortData(UErrorCode& status);
219 DecimalFormatSymbols(const DecimalFormatSymbols&);
225 DecimalFormatSymbols& operator=(const DecimalFormatSymbols&);
231 virtual ~DecimalFormatSymbols();
240 UBool operator==(const DecimalFormatSymbols& other) const;
249 UBool operator!=(const DecimalFormatSymbols& other) const { return !operator==(other); }
337 DecimalFormatSymbols();
380 * or when the DecimalFormatSymbols are destroyed.
406 * If DecimalFormatSymbols becomes subclassable and the status of fSymbols changes
437 DecimalFormatSymbols::getSymbol(ENumberFormatSymbol symbol) const {
449 DecimalFormatSymbols::getConstSymbol(ENumberFormatSymbol symbol) const {
462 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {
489 DecimalFormatSymbols::getLocale() const {
495 DecimalFormatSymbols::getCurrencyPattern() const {