Lines Matching refs:logln

128         logln(locale[i].getDisplayName(buffer));
134 logln("Number format creation failed.");
144 logln(UnicodeString(" -> ") /* + << dec*/ + toString(result) + UnicodeString("[supposed output for result]"));
147 logln("Number format parse failed.");
166 logln(toAppendTo);
176 logln("The input pattern : " + pattern);
182 logln("The output pattern is : " + fmt->toPattern(result));
303 logln(((UnicodeString)"MessageFormat for ") + testCases[i] + " creation failed.\n");
327 logln("TestMessageFormat::PatternTest failed test #3");
332 logln("TestMessageFormat::PatternTest failed #4.");
333 logln(UnicodeString(" Result: ") + result );
334 logln(UnicodeString(" Expected: ") + testResultStrings[i] );
341 logln("---------------- test parse ----------------");
344 logln("MSG pattern for parse: " + buffer);
350 logln(UnicodeString("MessageFormat failed test #5 with error code ")+(int32_t)success);
377 logln("Sample message format creation failed.");
410 logln(UnicodeString("TestMessageFormat::testStaticFormat failed test #1 with error code ")+(int32_t)err);
418 logln( UnicodeString(" Result: ") + result );
419 logln( UnicodeString(" Expected: ") + expected );
461 logln("running TestMessageFormat::testSimpleFormat");
483 logln(string);
499 logln("running TestMessageFormat::testMsgFormatChoice");
541 logln("running TestMessageFormat::testMsgFormatPlural");
552 logln(UnicodeString("TestMessageFormat::testMsgFormatPlural #1 with error code ")+(int32_t)err);
566 logln(UnicodeString("TestMessageFormat::testMsgFormatPlural #1 with error code ")+(int32_t)err);
572 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
576 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
593 logln(UnicodeString("TestMessageFormat::testMsgFormatPlural #2 with error code ")+(int32_t)err);
599 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
603 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
614 logln(UnicodeString("TestMessageFormat::test nested PluralFormat with error code ")+(int32_t)err);
626 logln(UnicodeString("The unexpected nested named PluralFormat."));
676 logln(UnicodeString("TestMessageFormat::testMsgFormatSelect #1 with error code ")+(int32_t)status);
684 logln("running TestMessageFormat::testMsgFormatSelect");
864 logln("First test (operator ==): Passed!");
867 logln("First test (operator ==): Failed!");
872 logln("Second test (equals): Passed!");
875 logln("Second test (equals): Failed!");
894 logln("First test (operator ==): Passed!");
897 logln("First test (operator ==): Failed!");
902 logln("Second test (equals): Passed!");
905 logln("Second test (equals): Failed!");
923 logln("First test (operator ==): Passed!");
926 logln("First test (operator ==): Failed!");
931 logln("Second test (equals): Passed!");
934 logln("Second test (equals): Failed!");
949 logln("First test (operator ==): Failed!");
962 logln("First test (operator !=): Failed!");
968 logln("Second test (operator !=): Failed!");
1012 logln(result);
1042 logln(result);
1044 logln("MSG setLocale tested.");
1050 logln("MSG getLocale tested.");
1101 logln("MSG format( Formattable&, ... ) expected:" + compareStr);
1102 logln("MSG format( Formattable&, ... ) result:" + result);
1106 logln("MSG format( Formattable&, ... ) tested.");
1126 logln("MSG parse -- count: %d", count);
1134 logln("MSG parse (ustring, count, err) tested.");
1148 logln("MSG parse -- count: %d", count);
1156 logln("MSG parse (ustring, parsepos., count) tested.");
1171 logln("MSG parse -- count: %d", count);
1180 logln("MSG parse (ustring, Formattable, parsepos ) tested.");
1250 logln("formatsChg == formatsCmp at index %d", i);
1260 logln("MSG getFormats tested.");
1283 logln("formatsAct != formatsCmp at index %d", i);
1292 logln("MSG setFormats tested.");
1341 logln("MSG adoptFormats tested.");
1393 logln("MSG adoptFormat tested.");
1505 logln(result);
1546 logln((UnicodeString)"Testing format pattern: '" + formats[i] + "'");
1557 logln((UnicodeString)"value: " + toString(args[0]) + " --> " + result + UnicodeString(" ec: ") + u_errorName(ec));