#include "unicode/utypes.h"
Go to the source code of this file.
Functions | |
const UChar * | ucurr_forLocale (const char *locale, UErrorCode *ec) |
Returns a currency code for the default currency in the given locale. More... | |
const UChar * | ucurr_getSymbol (const UChar *currency, const char *locale, int32_t *len, UErrorCode *ec) |
Returns the display string for the given currency in the given locale. More... | |
int32_t | ucurr_getDefaultFractionDigits (const UChar *currency) |
Returns the number of the number of fraction digits that should be displayed for the given currency. More... | |
double | ucurr_getRoundingIncrement (const UChar *currency) |
Returns the rounding increment for the given currency, or 0.0 if no rounding is done by the currency. More... |
|
Returns a currency code for the default currency in the given locale.
|
|
Returns the number of the number of fraction digits that should be displayed for the given currency.
|
|
Returns the rounding increment for the given currency, or 0.0 if no rounding is done by the currency.
|
|
Returns the display string for the given currency in the given locale. For example, the display string for the USD currency object in the en_US locale is "$".
|