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");
1275 /* Get a non-existent currency and make sure it returns the correct currency code. */
1276 format = unum_open(UNUM_CURRENCY, NULL, 0, "th_TH@currency=QQQ", NULL, &status);
1278 log_data_err("unum_open did not return expected result for non-existent requested currency: '%s' (Are you missing data?)\n", u_errorName(status));
1287 log_err("unum_open set the currency to QQQ\n");
1407 UChar currency[8];
1415 currency[0]=0;
1431 currency,
1434 u_austrcpy(acurrency, currency);
1437 log_err("unum_parseDoubleCurrency should have failed with pos %d, but gave: value %.9f, err %s, pos=%d, currency [%s]\n",
1440 log_verbose("unum_parseDoubleCurrency failed, value %.9f err %s, pos %d, currency [%s]\n", d, u_errorName(status), pos, acurrency);