Home | History | Annotate | Download | only in intltest

Lines Matching refs:logln

182     if (exec) logln("TestSuite ResourceBundleTest: ");
226 logln("Passed: %d\nFailed: %d", pass, fail);
265 logln("for string_in_Root_te_te_IN, root.txt had " + result1);
266 logln("for string_in_Root_te_te_IN, te_IN.txt had " + result2);
285 logln(UnicodeString("getVersionNumber on default.txt returned ") + version1 + UnicodeString(" Expect: " ) + versionID1);
286 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect: " ) + versionID2);
460 logln("Testing getLocale()\n");
467 logln("Testing ResourceBundle(UErrorCode)\n");
517 logln("Version returned: [%d.%d.%d.%d]\n", ver[0], ver[1], ver[2], ver[3]);
519 logln("Testing C like UnicodeString APIs\n");
915 logln("tag = " + key + ", value = " + value );
929 logln("tag = " + key + ", value = " + value );
1034 logln("Empty string returned invalid value\n");
1056 logln("Output didnot match Expected: \\u%4X Got: \\u%4X", expected[i], zeroString[i]);