Home | History | Annotate | Download | only in unicode

Lines Matching refs:currency

38  * There are different number format styles like decimal, currency,
101 * to get the currency number format for that country. Use UNUM_PERCENT
122 * locale like the currency symbol, the grouping seperator , monetary seperator
147 * Currency format with a currency symbol, e.g., "$1.00".
187 * Currency format with an ISO currency code, e.g., "USD1.00".
192 * Currency format with a pluralized currency name,
254 * Constants for specifying currency spacing
505 * Format a double currency amount using a UNumberFormat.
509 * @param currency the 3-letter null-terminated ISO 4217 currency code
528 UChar* currency,
642 * Parse a string into a double and a currency using a UNumberFormat.
651 * @param currency a pointer to the buffer to receive the parsed null-
652 * terminated currency. This buffer must have a capacity of at least
665 UChar* currency,
909 /** The ISO currency code */
1018 /** The currency symbol */
1020 /** The international currency symbol */