// Exported as U_I18N_API for tests class U_I18N_API CurrencySymbols : public UMemory { public:
CurrencySymbols() = default; // default constructor: leaves class in valid but undefined state
/** Creates an instance in which all symbols are loaded from data. */
CurrencySymbols(CurrencyUnit currency, const Locale& locale, UErrorCode& status);
/** Creates an instance in which some symbols might be pre-populated. */
CurrencySymbols(CurrencyUnit currency, const Locale& locale, const DecimalFormatSymbols& symbols,
UErrorCode& status);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.