Lines Matching full:numberformat
175 /* Testing unum_open() with various Numberformat styles and locales*/
180 /* Might as well pack it in now if we can't even get a default NumberFormat... */
183 log_data_err("Error in creating default NumberFormat using unum_open(): %s (Are you missing data?)\n", myErrorName(status));
190 log_err("Error: could not create NumberFormat (french): %s\n", myErrorName(status));
197 log_err("Error: could not create NumberFormat using \n unum_open(currency, NULL, &status) %s\n",
203 log_err("Error: could not create NumberFormat using unum_open(currency, french, &status): %s\n",
210 log_err("Error: could not create NumberFormat using unum_open(percent, NULL, &status): %s\n", myErrorName(status));
215 log_err("Error: could not create NumberFormat using unum_open(percent, french, &status): %s\n", myErrorName(status));
221 log_err("Error: could not create NumberFormat using unum_open(spellout, NULL, &status): %s\n", myErrorName(status));
957 /*closing the NumberFormat() using unum_close(UNumberFormat*)")*/