Home | History | Annotate | Download | only in intltest

Lines Matching full:logln

51 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
58 // if (exec) logln((UnicodeString)"TestSuite DateFormatTest");
135 logln("Test API");
242 logln((UnicodeString)"Min integer digits = " + fmt.getMinimumIntegerDigits());
339 logln("Warning: Skipping double conversion tests");
368 logln((UnicodeString)"Pattern \"" + pat[p] + "\" -toPattern-> \"" +
374 logln((UnicodeString)" " + val[v] + " -format-> " + s);
404 logln((UnicodeString)" -parse-> " + a);
422 logln((UnicodeString)" " + lval[v] + "L -format-> " + s);
435 logln((UnicodeString)" -parse-> " + a);
602 logln((UnicodeString)"Pattern \"" + *pat + "\"");
603 logln((UnicodeString)" Format 123 -> " + escape(s));
614 logln((UnicodeString)"Pattern \"" + *pat + "\"");
615 logln((UnicodeString)" Format 123 -> " + escape(s));
644 logln((UnicodeString)"Pattern \"" + fmt->toPattern(pat) + "\"");
645 logln((UnicodeString)" Format " + 1234.56 + " -> " + escape(s));
649 logln((UnicodeString)" Format " + (-1234.56) + " -> " + escape(s));
661 logln((UnicodeString)"Pattern \"" + fmt->toPattern(pat) + "\"");
662 logln((UnicodeString)" Format " + 1234.56 + " -> " + escape(s));
666 logln((UnicodeString)" Format " + (-1234.56) + " -> " + escape(s));
727 logln((UnicodeString)"Un pauvre ici a..........." + s);
736 logln((UnicodeString)"Un pauvre en Allemagne a.." + s);
744 logln((UnicodeString)"Un pauvre en France a....." + s);
848 logln((UnicodeString)"parse(" + arg + ") = " + n.getLong());
944 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
968 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
988 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1008 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1021 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1043 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble());
1056 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble());
1080 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1095 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1190 logln((UnicodeString)"Ok " + l +
1239 logln((UnicodeString)"" + x + " formats with " + maxFractionDigits + " fractional digits to " + out);
1287 logln(UnicodeString("Ok Pattern rt \"") +
1949 logln("Current locale is %s", Locale::getDefault().getName());
1951 logln("Current locale is %s", Locale::getDefault().getName());
1962 logln(UnicodeString("DecimalFormatSymbols[") + symbolEnum + UnicodeString("] = ") + prettify(symbolString));
1973 logln("Current locale is %s", Locale::getDefault().getName());
2001 logln(str);
2018 logln(str);
2046 logln(str);
2090 logln("Ok: pattern \"%s\": %s",
2325 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2420 logln(UnicodeString("Ok \"") + str + "\" x " +
2439 logln(UnicodeString("Ok \"") + str + " = " +
2455 logln(UnicodeString("Ok ") + toString(n) +
2493 logln(UnicodeString("Ok ") + toString(n) + " x " +
2566 logln((UnicodeString)"Ok: " + v + " x " + curr + " => " + prettify(s));
2577 logln(UnicodeString("Ok \"") + pat + "\"");
2611 logln(UnicodeString("Ok \"") + pat + "\" pos=" + apos + infoStr);
3196 logln(UnicodeString("stringToBeParsed: ") + stringToBeParsed);
6079 logln(str);
6086 // is there a logln using printf?
6089 logln(buf);
6119 logln(str);
6589 logln("Sizeof DecimalFormat = %d, Sizeof DecimalFormatInternal=%d, UNUM_DECIMALFORMAT_INTERNAL_SIZE=%d\n",
6612 logln("OK: got expected '"+result+"' status "+UnicodeString(u_errorName(status),""));
6622 // logln("bits: %02X", (unsigned int)bits[i]);
6631 logln("OK: got expected '"+result+"' status "+UnicodeString(u_errorName(status),"")+" on -9223372036854775808");
6641 // logln("bits: %02X", (unsigned int)bits[i]);
6650 logln("OK: got expected '"+result+"' status "+UnicodeString(u_errorName(status),"")+" on U_INT64_MAX");
6660 // logln("bits: %02X", (unsigned int)bits[i]);
6669 logln("OK: got expected '"+result+"' status "+UnicodeString(u_errorName(status),"")+" on 0");
6683 logln("OK: got expected '"+result+"' status "+UnicodeString(u_errorName(status),"")+" on -9223372036854775807");
6703 logln("Enum is from [%d..%d]\n", MAX_NONBOOLEAN+1,
6706 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
6707 logln("Value now: %d\n", flags.getAll());
6709 logln("clear -Value now: %d\n", flags.getAll());
6710 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
6712 logln("set THING1 -Value now: %d\n", flags.getAll());
6713 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
6715 logln("set THING3 -Value now: %d\n", flags.getAll());
6716 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
6718 logln("remove THING2 -Value now: %d\n", flags.getAll());
6719 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
6721 logln("remove THING1 -Value now: %d\n", flags.getAll());
6722 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
6731 logln("Warning: sizeof(FmtStackData)=%d, UNUM_INTERNAL_STACKARRAY_SIZE=%d\n",
6734 logln("sizeof(FmtStackData)=%d, UNUM_INTERNAL_STACKARRAY_SIZE=%d\n",