Lines Matching refs:UNumberFormat
120 UNumberFormat *pattern;
121 UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr,
440 log_err("error in extracting the pattern from UNumberFormat: %s\n", myErrorName(status));
465 log_err("error in extracting the pattern from UNumberFormat: %s\n", myErrorName(status));
753 /*closing the NumberFormat() using unum_close(UNumberFormat*)")*/
810 UNumberFormat *nf = unum_open(UNUM_SPELLOUT, NULL, 0, testPtr->locale, NULL, &status);
833 UNumberFormat* fmt;
876 UNumberFormat *pattern;
920 log_err("error in extracting the padding pattern from UNumberFormat: %s\n", myErrorName(status));
987 UNumberFormat *fmt;
1105 static void test_fmt(UNumberFormat* fmt, UBool isDecimal) {
1249 UNumberFormat *format;
1277 UNumberFormat *formats[5];
1389 UNumberFormat *cur;
1431 UNumberFormat *nf = unum_open(UNUM_CURRENCY, NULL, 0, "en_US", NULL, &status);
1466 static void TestNBSPPatternRtNum(const char *testcase, UNumberFormat *nf, double myNumber) {
1489 static void TestNBSPPatternRT(const char *testcase, UNumberFormat *nf) {
1496 UNumberFormat* nf = NULL;