Home | History | Annotate | Download | only in cintltst

Lines Matching defs:currency

141     log_verbose("\nTesting unum_open(currency,NULL,status)\n");
146 log_err("Error: could not create NumberFormat using \n unum_open(currency, NULL, &status) %s\n",
149 log_verbose("\nTesting unum_open(currency, frenchlocale, status)\n");
152 log_err("Error: could not create NumberFormat using unum_open(currency, french, &status): %s\n",
333 log_err("Fail: Error in parsing currency, got %f, expected %f\n", d1, a1);
335 log_verbose("Pass: parsed currency ammount successfully\n");
338 log_verbose("Pass: parsed correct currency\n");
340 log_err("Fail: parsed incorrect currency\n");
1254 /* Get a non-existent currency and make sure it returns the correct currency code. */
1255 format = unum_open(UNUM_CURRENCY, NULL, 0, "th_TH@currency=QQQ", NULL, &status);
1257 log_data_err("unum_open did not return expected result for non-existent requested currency: '%s' (Are you missing data?)\n", u_errorName(status));
1266 log_err("unum_open set the currency to QQQ\n");
1386 UChar currency[8];
1394 currency[0]=0;
1410 currency,
1413 u_austrcpy(acurrency, currency);
1416 log_err("unum_parseDoubleCurrency should have failed with pos %d, but gave: value %.9f, err %s, pos=%d, currency [%s]\n",
1419 log_verbose("unum_parseDoubleCurrency failed, value %.9f err %s, pos %d, currency [%s]\n", d, u_errorName(status), pos, acurrency);