Lines Matching refs:currency
173 log_verbose("\nTesting unum_open(currency,NULL,status)\n");
178 log_err("Error: could not create NumberFormat using \n unum_open(currency, NULL, &status) %s\n",
181 log_verbose("\nTesting unum_open(currency, frenchlocale, status)\n");
184 log_err("Error: could not create NumberFormat using unum_open(currency, french, &status): %s\n",
362 log_err("Fail: Error in parsing currency, got %f, expected %f\n", d1, a1);
364 log_verbose("Pass: parsed currency ammount successfully\n");
367 log_verbose("Pass: parsed correct currency\n");
369 log_err("Fail: parsed incorrect currency\n");
1634 /* Get a non-existent currency and make sure it returns the correct currency code. */
1635 format = unum_open(UNUM_CURRENCY, NULL, 0, "th_TH@currency=QQQ", NULL, &status);
1637 log_data_err("unum_open did not return expected result for non-existent requested currency: '%s' (Are you missing data?)\n", u_errorName(status));
1646 log_err("unum_open set the currency to QQQ\n");
1787 UChar currency[8];
1795 currency[0]=0;
1811 currency,
1814 u_austrcpy(acurrency, currency);
1817 log_err("unum_parseDoubleCurrency should have failed with pos %d, but gave: value %.9f, err %s, pos=%d, currency [%s]\n",
1820 log_verbose("unum_parseDoubleCurrency failed, value %.9f err %s, pos %d, currency [%s]\n", d, u_errorName(status), pos, acurrency);