Home | History | Annotate | Download | only in cintltst

Lines Matching full:numberformat

156     /* Testing unum_open() with various Numberformat styles and locales*/
161 /* Might as well pack it in now if we can't even get a default NumberFormat... */
164 log_data_err("Error in creating default NumberFormat using unum_open(): %s (Are you missing data?)\n", myErrorName(status));
171 log_err("Error: could not create NumberFormat (french): %s\n", myErrorName(status));
178 log_err("Error: could not create NumberFormat using \n unum_open(currency, NULL, &status) %s\n",
184 log_err("Error: could not create NumberFormat using unum_open(currency, french, &status): %s\n",
191 log_err("Error: could not create NumberFormat using unum_open(percent, NULL, &status): %s\n", myErrorName(status));
196 log_err("Error: could not create NumberFormat using unum_open(percent, french, &status): %s\n", myErrorName(status));
202 log_err("Error: could not create NumberFormat using unum_open(spellout, NULL, &status): %s\n", myErrorName(status));
935 /*closing the NumberFormat() using unum_close(UNumberFormat*)")*/