Home | History | Annotate | Download | only in i18n

Lines Matching refs:currency

15 *   08/26/97    aliu        Added currency/intl currency symbol support.
163 NULL, /* currency symbol - We don't really try to load this directly from CLDR until we know the currency */
164 NULL, /* intl currency symbol - We don't really try to load this directly from CLDR until we know the currency */
292 // Obtain currency data from the currency API. This is strictly
294 // for currency data anymore.
314 //load the currency data
315 UChar ucc[4]={0}; //Currency Codes are always 3 chars long
324 /* An explicit currency was requested */
326 UResourceBundle *currency = ures_getByKeyWithFallback(currencyResource, "Currencies", NULL, &localStatus);
327 currency = ures_getByKeyWithFallback(currency, cc, currency, &localStatus);
328 if(U_SUCCESS(localStatus) && ures_getSize(currency)>2) { // the length is 3 if more data is present
329 currency = ures_getByIndex(currency, 2, currency, &localStatus);
331 currPattern = ures_getStringByIndex(currency, (int32_t)0, &currPatternLen, &localStatus);
332 UnicodeString decimalSep = ures_getUnicodeStringByIndex(currency, (int32_t)1, &localStatus);
333 UnicodeString groupingSep = ures_getUnicodeStringByIndex(currency, (int32_t)2, &localStatus);
341 ures_close(currency);
343 /* else An explicit currency was requested and is unknown or locale data is malformed. */
346 // else ignore the error if no currency
348 // Currency Spacing.
410 fSymbols[kCurrencySymbol] = (UChar)0xa4; // 'OX' currency symbol