Home | History | Annotate | Download | only in intltest

Lines Matching full:logln

131         logln(locale[i].getDisplayName(buffer));
137 logln("Number format creation failed.");
147 logln(UnicodeString(" -> ") /* + << dec*/ + toString(result) + UnicodeString("[supposed output for result]"));
150 logln("Number format parse failed.");
169 logln(toAppendTo);
179 logln("The input pattern : " + pattern);
185 logln("The output pattern is : " + fmt->toPattern(result));
301 logln(((UnicodeString)"MessageFormat for ") + testCases[i] + " creation failed.\n");
325 logln("TestMessageFormat::PatternTest failed test #3");
330 logln("TestMessageFormat::PatternTest failed #4.");
331 logln(UnicodeString(" Result: ") + result );
332 logln(UnicodeString(" Expected: ") + testResultStrings[i] );
339 logln("---------------- test parse ----------------");
342 logln("MSG pattern for parse: " + buffer);
348 logln(UnicodeString("MessageFormat failed test #5 with error code ")+(int32_t)success);
375 logln("Sample message format creation failed.");
408 logln(UnicodeString("TestMessageFormat::testStaticFormat failed test #1 with error code ")+(int32_t)err);
416 logln( UnicodeString(" Result: ") + result );
417 logln( UnicodeString(" Expected: ") + expected );
459 logln("running TestMessageFormat::testSimpleFormat");
481 logln(string);
497 logln("running TestMessageFormat::testMsgFormatChoice");
539 logln("running TestMessageFormat::testMsgFormatPlural");
550 logln(UnicodeString("TestMessageFormat::testMsgFormatPlural #1 with error code ")+(int32_t)err);
564 logln(UnicodeString("TestMessageFormat::testMsgFormatPlural #1 with error code ")+(int32_t)err);
570 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
574 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
591 logln(UnicodeString("TestMessageFormat::testMsgFormatPlural #2 with error code ")+(int32_t)err);
597 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
601 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
612 logln(UnicodeString("TestMessageFormat::test nested PluralFormat with error code ")+(int32_t)err);
624 logln(UnicodeString("The unexpected nested named PluralFormat."));
674 logln(UnicodeString("TestMessageFormat::testMsgFormatSelect #1 with error code ")+(int32_t)status);
682 logln("running TestMessageFormat::testMsgFormatSelect");
862 logln("First test (operator ==): Passed!");
865 logln("First test (operator ==): Failed!");
870 logln("Second test (equals): Passed!");
873 logln("Second test (equals): Failed!");
892 logln("First test (operator ==): Passed!");
895 logln("First test (operator ==): Failed!");
900 logln("Second test (equals): Passed!");
903 logln("Second test (equals): Failed!");
921 logln("First test (operator ==): Passed!");
924 logln("First test (operator ==): Failed!");
929 logln("Second test (equals): Passed!");
932 logln("Second test (equals): Failed!");
947 logln("First test (operator ==): Failed!");
960 logln("First test (operator !=): Failed!");
966 logln("Second test (operator !=): Failed!");
1010 logln(result);
1040 logln(result);
1042 logln("MSG setLocale tested.");
1048 logln("MSG getLocale tested.");
1099 logln("MSG format( Formattable&, ... ) expected:" + compareStr);
1100 logln("MSG format( Formattable&, ... ) result:" + result);
1104 logln("MSG format( Formattable&, ... ) tested.");
1124 logln("MSG parse -- count: %d", count);
1132 logln("MSG parse (ustring, count, err) tested.");
1146 logln("MSG parse -- count: %d", count);
1154 logln("MSG parse (ustring, parsepos., count) tested.");
1169 logln("MSG parse -- count: %d", count);
1178 logln("MSG parse (ustring, Formattable, parsepos ) tested.");
1248 logln("formatsChg == formatsCmp at index %d", i);
1258 logln("MSG getFormats tested.");
1281 logln("formatsAct != formatsCmp at index %d", i);
1290 logln("MSG setFormats tested.");
1339 logln("MSG adoptFormats tested.");
1391 logln("MSG adoptFormat tested.");
1503 logln(result);
1544 logln((UnicodeString)"Testing format pattern: '" + formats[i] + "'");
1555 logln((UnicodeString)"value: " + toString(args[0]) + " --> " + result + UnicodeString(" ec: ") + u_errorName(ec));