Home | History | Annotate | Download | only in cintltst

Lines Matching refs:unum_formatDoubleCurrency

336     /* Testing unum_formatDoubleCurrency / unum_parseDoubleCurrency */
337 log_verbose("\nTesting unum_formatDoubleCurrency\n");
343 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
348 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
351 log_err("Error in formatting using unum_formatDoubleCurrency(.....): %s\n", myErrorName(status));
354 log_verbose("Pass: Number Formatting using unum_formatDoubleCurrency() Successful\n");
356 log_err("FAIL: Error in number formatting using unum_formatDoubleCurrency() - got '%s' expected '%s'\n",