HomeSort by relevance Sort by last modified time
    Searched full:logln (Results 101 - 125 of 235) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnfrt.cpp 23 logln(#test "---"); \
24 logln(); \
31 if (exec) logln("TestSuite RuleBasedNumberFormatRT");
285 logln(buf);
transapi.cpp 239 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("Testing transliterate(Replaceable, int32_t, UChar, UErrorCode)")
    [all...]
tsmthred.cpp 112 if (exec) logln("TestSuite MultithreadTest: ");
119 if(exec) { logln("MultithreadTest - test DISABLED. ICU_USE_THREADS set to 0, check your configuration if this is a problem..");
146 logln("TestSuite MultithreadTest: ");
229 logln("->" + UnicodeString(threadTestChars) + "<- Firing off threads.. ");
239 logln(" Subthread started.");
242 logln("Waiting for threads to be set..");
265 logln("->" + UnicodeString(threadTestChars) + "<- Got all threads! cya");
273 logln("->" + UnicodeString(threadTestChars) + "<- Waiting..");
769 logln("Spawning: %d threads * %d iterations each.",
806 logln("Thread # %d is complete..", i)
    [all...]
thcoll.cpp 84 logln("Can't open TestNames_Thai.txt: %s; skipping test",
102 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
114 logln((UnicodeString)"Words checked: " + wordCount);
131 logln("Can't open riwords.txt: %s; skipping test",
149 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
196 logln((UnicodeString)"Words checked: " + wordCount);
389 logln("%i", i);
restsnew.cpp 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")
    [all...]
g7coll.cpp 142 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: ");
transrt.cpp 39 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("Checking that all source characters convert to target - Singles")
    [all...]
loctest.cpp 139 logln("PASS: asserted " #test); \
157 logln("PASS: asserted " #test "-> " + UnicodeString(print)); \
161 #define test_dumpLocale(l) { logln(#l " = " + UnicodeString(l.getName(), "")); }
249 logln("Testing " + (UnicodeString)testLocale.getName() + "...");
268 logln("Same thing without variant codes...");
277 logln("Testing " + (temp=testLocale.getName()) + "...");
292 logln("Testing long language names and getters");
347 logln("Test synchronization between C and C++ API");
424 logln("Testing " + (temp=testLocale.getName()) + "...");
468 logln(" In locale = en_US...")
    [all...]
mnkytst.cpp 218 logln("Demo Test 1 : Create a new table collation with rules \"& z < 0x00e4\"");
235 logln("Demo Test 2 : Create a new table collation with rules \"& z < a 0x0308\"");
255 if (exec) logln("TestSuite CollationMonkeyTest: ");
tsdcfmsy.cpp 18 if (exec) logln("TestSuite DecimalFormatSymbols");
22 logln("DecimalFormatSymbols test---"); logln("");
ficoll.cpp 88 if (exec) logln("TestSuite CollationFinnishTest: ");
tfsmalls.cpp 368 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): ");
  /external/icu4c/test/intltest/
itrbnfrt.cpp 23 logln(#test "---"); \
24 logln(); \
31 if (exec) logln("TestSuite RuleBasedNumberFormatRT");
285 logln(buf);
transapi.cpp 239 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("Testing transliterate(Replaceable, int32_t, UChar, UErrorCode)")
    [all...]
locnmtst.cpp 25 logln("PASS: asserted " #test); \
43 logln("PASS: asserted " #test "-> " + UnicodeString(print)); \
49 logln("unexpected value '" + (value) + "'"); \
52 logln("PASS: asserted " #target " == " #value); \
56 #define test_dumpLocale(l) { logln(#l " = " + UnicodeString(l.getName(), "")); }
thcoll.cpp 85 logln("Can't open TestNames_Thai.txt: %s; skipping test",
103 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
115 logln((UnicodeString)"Words checked: " + wordCount);
132 logln("Can't open riwords.txt: %s; skipping test",
150 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
195 logln((UnicodeString)"Words checked: " + wordCount);
388 logln("%i", i);
restsnew.cpp 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")
    [all...]
plurults.cpp 33 if (exec) logln("TestSuite PluralRulesAPI");
92 logln("Testing PluralRules constructors");
95 logln("\n start default locale test case ..\n");
123 logln("Testing Simple PluralRules");
135 logln("Testing Simple PluralRules");
150 logln("Testing Complex PluralRules");
200 logln("Testing Equality of PluralRules");
209 logln("Testing getStaticClassID()");
447 logln("[%d] %s", i >> 1, data[i]);
451 logln("could not create rules from '%s'\n", data[i])
    [all...]
g7coll.cpp 142 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: ");
transrt.cpp 40 logln(#test "---"); \
41 logln((UnicodeString)""); \
45 logln((UnicodeString)#test " took " + t/U_MILLIS_PER_DAY + " seconds"); \
53 logln(#test "---"); \
54 logln((UnicodeString)""); \
545 parent->logln("%s ok", str);
589 parent->logln("Checking that at least one irrelevant character is not NFC'ed");
601 parent->logln("Checking that toRules works");
606 // parent->logln((UnicodeString)"toRules => " + rules);
657 parent->logln("Checking that all source characters convert to target - Singles")
    [all...]
loctest.cpp 140 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(" In locale = en_US...")
    [all...]
mnkytst.cpp 218 logln("Demo Test 1 : Create a new table collation with rules \"& z < 0x00e4\"");
235 logln("Demo Test 2 : Create a new table collation with rules \"& z < a 0x0308\"");
255 if (exec) logln("TestSuite CollationMonkeyTest: ");
tsdcfmsy.cpp 18 if (exec) logln("TestSuite DecimalFormatSymbols");
22 logln("DecimalFormatSymbols test---"); logln("");
ucaconf.cpp 59 logln("TestSuite UCAConformanceTest: ");
225 logln("Skipping line %i because of a known bug", line);
317 logln("This test is currently disabled, as it is impossible to "
bytestrietest.cpp 88 logln("TestSuite BytesTrieTest: ");
436 logln("after iter.reset()");
464 logln("after iter.reset()");
510 logln("after iter.reset()");
538 logln("after iter.reset()");
569 logln("after iter.reset()");
590 logln("checkData(dataLength=%d, fast)", (int)dataLength);
592 logln("checkData(dataLength=%d, small)", (int)dataLength);
638 logln("serialized trie size: %ld bytes\n", (long)sp.length());

Completed in 412 milliseconds

1 2 3 45 6 7 8 910