Searched refs:logln (Results 51 - 75 of 118) sorted by relevance

12345

/external/icu4c/test/intltest/
H A Dg7coll.cpp142 logln(msg);
160 logln("Demo Test 1 : Create a new table collation with rules \"& Z < p, P\"");
194 logln("Demo Test 2 : Create a new table collation with rules \"& C < ch , cH, Ch, CH\"");
228 logln("Demo Test 3 : Create a new table collation with rules \"& Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'\"");
262 logln("Demo Test 4 : Create a new table collation with rules \" & aa ; a'-' & ee ; e'-' & ii ; i'-' & oo ; o'-' & uu ; u'-' \"");
291 if (exec) logln("TestSuite G7CollationTest: ");
H A Dtchcfmt.cpp490 logln("Ok: " + str);
511 logln("#%d/%d: limit %g closed %s\n",
550 logln((UnicodeString)"Ok: " + x + " => " + str);
573 logln((UnicodeString)"Ok: " + pattern + " failed");
575 logln((UnicodeString)"FAIL: " + pattern + " accepted");
583 logln((UnicodeString)"Ok: Pattern: " + pattern);
586 logln((UnicodeString)" toPattern: " + fmt.toPattern(out));
594 logln((UnicodeString)"Ok: " + v[i] + " => " + out);
H A Dtscoll.cpp62 logln(#classname "---"); \
63 logln(""); \
72 logln("TestSuite Collator: ");
272 logln("Testing iterating source: "+source);
275 logln("Testing iterating target: "+target);
316 logln(msg1 + prettySource + msg2 + prettyTarget + msg3 + sResult);
328 logln(msg1 + prettySource + msg2 + prettyTarget + msg3 + sResult);
347 logln(msg1 + prettySource + msg2 + prettyTarget + msg3 + sResult);
H A Ditrbnfrt.cpp23 logln(#test "---"); \
24 logln(); \
31 if (exec) logln("TestSuite RuleBasedNumberFormatRT");
285 logln(buf);
H A Dlcukocol.cpp76 if (exec) logln("TestSuite LotusCollationKoreanTest: ");
H A Dtransapi.cpp239 logln("Skipping, UCONFIG_NO_FORMATTING is set\n");
288 logln("Testing transliterate");
331 logln("\n Testing transliterate(String, int, int, StringBuffer)");
362 logln("\n Try calling transliterate with illegal start and limit values");
372 logln("OK: start greater than limit value handled correctly");
413 logln("simple call to transliterate");
441 logln("try calling transliterate with invalid index values");
453 logln("OK: invalid index values handled correctly");
487 logln("Testing transliterate(Replaceable, int32_t, UnicodeString, UErrorCode)");
509 logln("Testin
[all...]
H A Dcalcasts.cpp22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
27 if (exec) logln("TestSuite CalendarCaseTest");
54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t);
59 logln(calToStr(*cal));
86 logln(calToStr(*cal));
103 logln((UnicodeString)"Checking field " + fieldName(field) + " == " + value + UnicodeString("\n"));
H A Dtzfmttst.cpp30 logln("TestSuite TimeZoneFormatTest");
186 logln("Canonical round trip failed (as expected); tz=" + *tzid
314 log.logln((UnicodeString) "Thread " + index + " is done.");
318 log.logln((UnicodeString) "\nThread " + index + ": Locale: " + UnicodeString(data.locales[locidx].getName()));
321 log.logln((UnicodeString) " Pattern: " + PATTERNS[patidx]);
404 log.logln(msg);
543 logln("### Elapsed time by patterns ###");
545 logln(UnicodeString("") + data.times[i] + "ms (" + PATTERNS[i] + ")");
548 logln((UnicodeString) "Total: " + total + "ms");
549 logln((UnicodeStrin
[all...]
H A Dtestidn.cpp315 test.logln("Number of Unassinged code points : %i \n",unassigned);
316 test.logln("Number of Prohibited code points : %i \n",prohibited);
317 test.logln("Number of Mapped code points : %i \n",mapped);
318 test.logln("Number of Mapped with NFKC code points : %i \n",mappedWithNorm);
319 test.logln("Number of code points that have no value in Trie: %i \n",noValueInTrie);
H A Dtstnorm.cpp27 logln(#test "---"); \
28 logln((UnicodeString)""); \
167 logln("testing decomp...");
173 logln("testing compose...");
226 logln("Canonical composition...");
228 logln("Compatibility composition...");
231 logln("Static composition...");
237 logln("Reverse iteration...");
248 logln("Canonical decomposition...");
250 logln("Compatibilit
[all...]
H A Dtsdtfmsy.cpp22 if (exec) logln("TestSuite DateFormatSymbols");
47 logln((UnicodeString)"size = " + cnt);
51 logln(month[i]);
72 logln((UnicodeString)"size = " + cnt);
75 logln(month[k]);
97 logln((UnicodeString)"size = " + cnt);
100 logln(wd[k]);
119 logln((UnicodeString)"size = " + cnt);
123 logln(name[i]);
H A Dnumfmtst.cpp50 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
57 // if (exec) logln((UnicodeString)"TestSuite DateFormatTest");
128 logln("Test API");
234 logln((UnicodeString)"Min integer digits = " + fmt.getMinimumIntegerDigits());
331 logln("Warning: Skipping double conversion tests");
360 logln((UnicodeString)"Pattern \"" + pat[p] + "\" -toPattern-> \"" +
366 logln((UnicodeString)" " + val[v] + " -format-> " + s);
396 logln((UnicodeString)" -parse-> " + a);
414 logln((UnicodeStrin
[all...]
H A Drestsnew.cpp182 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("Testin
[all...]
H A Dtranstst.cpp262 logln(UnicodeString("OK: ") + name + " (" + id + ")");
296 logln("OK: Bogus ID handled properly");
560 logln(log);
692 logln(UnicodeString("Ok: \"") + exp + "\"");
694 logln(UnicodeString("FAIL: \"") + s + "\", wanted \"" + exp + "\"");
749 logln(UnicodeString("Pattern: ") + prettify(DATA[i]));
834 logln(prettify(data[i] + " -> " + out));
900 logln(UnicodeString("Ok: ") + desc);
927 logln("Pattern: " + prettify(DATA[i]));
959 logln("Patter
[all...]
H A Dtransrt.cpp39 logln(#test "---"); \
40 logln((UnicodeString)""); \
44 logln((UnicodeString)#test " took " + t/U_MILLIS_PER_DAY + " seconds"); \
52 logln(#test "---"); \
53 logln((UnicodeString)""); \
544 parent->logln("%s ok", str);
588 parent->logln("Checking that at least one irrelevant character is not NFC'ed");
600 parent->logln("Checking that toRules works");
605 // parent->logln((UnicodeString)"toRules => " + rules);
656 parent->logln("Checkin
[all...]
H A Dloctest.cpp140 logln("PASS: asserted " #test); \
158 logln("PASS: asserted " #test "-> " + UnicodeString(print)); \
162 #define test_dumpLocale(l) { logln(#l " = " + UnicodeString(l.getName(), "")); }
250 logln("Testing " + (UnicodeString)testLocale.getName() + "...");
269 logln("Same thing without variant codes...");
278 logln("Testing " + (temp=testLocale.getName()) + "...");
293 logln("Testing long language names and getters");
348 logln("Test synchronization between C and C++ API");
425 logln("Testing " + (temp=testLocale.getName()) + "...");
469 logln(" I
[all...]
H A Ddicttest.cpp127 logln("%d tests were run.", testLines);
132 if (exec) logln("TestSuite DictionaryWordTest: ");
H A Drestest.cpp184 if (exec) logln("TestSuite ResourceBundleTest: ");
228 logln("Passed: %d\nFailed: %d", pass, fail);
266 logln("for string_in_Root_te_te_IN, default.txt had " + result1);
267 logln("for string_in_Root_te_te_IN, te_IN.txt had " + result2);
285 logln(UnicodeString("getVersionNumber on default.txt returned ") + version1);
286 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2);
478 logln(passMessage);
510 logln("Number of installed locales with exemplar characters that could be tested: %d",num);
H A Dficoll.cpp88 if (exec) logln("TestSuite CollationFinnishTest: ");
H A Dtfsmalls.cpp368 if (exec) logln("TestSuite Format/SmallClasses/ParsePosition (f/chc/sma/pp): ");
372 if (exec) logln("TestSuite Format/SmallClasses/FieldPosition (f/chc/sma/fp): ");
376 if (exec) logln("TestSuite Format/SmallClasses/FieldPositionExample (f/chc/sma/fpe): ");
380 if (exec) logln("TestSuite Format/SmallClasses/Formattable (f/chc/sma/ft): ");
H A Drbbiapts.cpp59 logln((UnicodeString)"Testing equals()");
61 logln((UnicodeString)"Testing == and !=");
79 logln("Testing assignment");
123 logln((UnicodeString)"Testing clone()");
188 logln((UnicodeString)"Testing toString()");
219 logln((UnicodeString)"Testing hashCode()");
245 logln((UnicodeString)"Testing getText setText ");
1034 logln("Comparing \"%s\" len=%d", dataFile, length);
1131 if (exec) logln((UnicodeString)"TestSuite RuleBasedBreakIterator API ");
1166 logln((UnicodeStrin
[all...]
H A Dtsdcfmsy.cpp18 if (exec) logln("TestSuite DecimalFormatSymbols");
22 logln("DecimalFormatSymbols test---"); logln("");
H A Dintltest.cpp446 IntlTest::gTest->logln( message );
452 IntlTest::gTest->logln();
773 void IntlTest::logln( const UnicodeString &message ) function in class:IntlTest
780 void IntlTest::logln( void ) function in class:IntlTest
888 void IntlTest::logln(const char *fmt, ...) function in class:IntlTest
898 logln(UnicodeString(buffer, ""));
1035 logln("Test names:");
1036 logln("-----------");
1043 logln(name);
1630 logln("O
[all...]
H A Ducharstrietest.cpp95 logln("TestSuite UCharsTrieTest: ");
379 logln("serialized trie size: %ld UChars\n", (long)trieUChars.length());
594 logln("after iter.reset()");
622 logln("after iter.reset()");
668 logln("after iter.reset()");
696 logln("after iter.reset()");
727 logln("after iter.reset()");
749 logln("checkData(dataLength=%d, fast)", (int)dataLength);
751 logln("checkData(dataLength=%d, small)", (int)dataLength);
799 logln("serialize
[all...]
H A Dnormconf.cpp26 logln(#test "---"); \
27 logln((UnicodeString)""); \
201 logln(lineBuf);
234 logln("Line %d", count);
270 logln("Code point U+%04lx", c);
278 logln((UnicodeString)"Total: " + passCount + " lines/code points passed");

Completed in 1662 milliseconds

12345