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,
268 * Constants for specifying currency spacing
519 * Format a double currency amount using a UNumberFormat.
523 * @param currency the 3-letter null-terminated ISO 4217 currency code
542 UChar* currency,
656 * Parse a string into a double and a currency using a UNumberFormat.
665 * @param currency a pointer to the buffer to receive the parsed null-
666 * terminated currency. This buffer must have a capacity of at least
679 UChar* currency,
941 /** The ISO currency code */
1050 /** The currency symbol */
1052 /** The international currency symbol */