Home | History | Annotate | Download | only in intltest

Lines Matching refs:logln

26 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
106 logln("Formatted with one extra param : " + tempBuffer);
125 logln("Formatted with no params : " + tempBuffer);
131 logln("Formatted with extra params : " + tempBuffer);
188 logln("Apply with pattern : " + pattern1);
200 logln("Formatted with 7 : " + tempBuffer);
257 logln("Formatted with null : " + tempBuffer);*/
258 logln("Apply with pattern : " + pattern2);
265 logln("Formatted with params : " + tempBuffer);
270 logln("Formatted with null : " + tempBuffer);
271 logln("toPattern : " + messageFormatter.toPattern());*/
294 logln(UnicodeString("unparsable string , should fail at ") + pos.getErrorIndex());
343 logln(cf == NULL ? "TRUE" : "FALSE");
371 // logln("ChoiceFormat constructor should check for the array lengths");
445 logln("Serialization for MessageFormat is OK.");
493 logln("pattern: \"" + pattern + "\"");
511 logln("");
538 logln("pattern: \"" + mf->toPattern(pat) + "\"");
541 logln("\"" + mf->format(objs1, 0, res, pos, status) + "\"");
544 logln("\"" + mf->format(objs2, 0, res, FieldPosition(FieldPosition::DONT_CARE), status) + "\"");
547 logln("\"" + mf->format(objs3, 0, res, FieldPosition(FieldPosition::DONT_CARE), status) + "\"");
567 logln("pattern before: \"" + mf->toPattern(pat) + "\"");
568 logln("illegal pattern: \"" + illegalPattern + "\"");
590 logln("Formatter Pattern : " + fmt->toPattern(pat));
596 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
599 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
602 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
605 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
608 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
611 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
614 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
617 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
620 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status));
623 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status));
626 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status));
655 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
658 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
661 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
664 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
667 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
670 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
673 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
676 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
679 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status));
682 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status));
685 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status));
714 logln(UnicodeString("") + i + ". pattern :\"" + mf->toPattern(pat) + "\"");
717 logln(" null");
721 logln((UnicodeString)" " + objs[0].getString(temp));
723 logln((UnicodeString)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0].getDouble()));
746 logln("pattern: \"" + mf->toPattern(pat) + "\"");
747 logln("text for parsing: \"" + forParsing + "\"");
760 logln("pattern: \"" + mf->toPattern(pat) + "\"");
761 logln("text for parsing: \"" + result + "\"");
812 logln(form1->format(testArgs, 2, result, bogus, status));
815 logln(form2->format(testArgs, 2, result, bogus, status));
836 logln("pattern: \"" + mf->toPattern(pat) + "\"");
844 logln(" (incorrectly formatted string)");
848 logln(" (correctly formatted string)");
953 logln("Ok: Pattern \"" + DATA[i] + "\" x toPattern -> \"" + pat + "\"");