HomeSort by relevance Sort by last modified time
    Searched refs:logln (Results 251 - 275 of 301) sorted by null

<<111213

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeUnitTest.java 77 logln(tests[i] + " => " + formatted);
284 logln(tests[i] + " => " + formatted);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UTF16Test.java 412 logln("Passed out of bounds codepoint offset");
420 logln("Passed out of bounds codepoint offset");
428 logln("Passed out of bounds codepoint offset");
436 logln("Passed out of bounds codepoint offset");
444 logln("Passed out of bounds codepoint offset");
452 logln("Passed out of bounds codepoint offset");
    [all...]
UCharacterTest.java 179 logln("Ok \\u" + hex(spaces[i]) + " and \\u" +
212 // This uses logln() because Character.isWhitespace() differs between Java versions, thus
225 logln(String.format(
229 logln(String.format(
240 logln(String.format(
244 logln(String.format(
468 logln("Ok 0x" + Integer.toHexString(control[i]) + " and 0x" +
583 logln("Ok \\u" + hex(printable[i]) + " and \\u" +
665 logln("Ok \\u" + hex(unicodeidstart[i]) + " and \\u" +
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneAliasTest.java 93 logln("\t" + common + "difference at: " + diffDate
96 logln("\t" + common + "alias, no difference");
  /external/icu/icu4c/source/test/intltest/
compactdecimalformattest.cpp 201 logln("TestSuite CompactDecimalFormatTest: ");
frcoll.cpp 201 if (exec) logln("TestSuite CollationFrenchTest: ");
jacoll.cpp 182 if (exec) logln("TestSuite CollationKanaTest: ");
jamotest.cpp 433 logln((UnicodeString)"All " + total + " test words passed");
numfmtspectest.cpp 72 logln("TestSuite NumberFormatSpecificationTest: ");
reptest.cpp 314 logln(tr->toString());
uvectest.cpp 35 if (exec) logln("TestSuite UVectorTest: ");
testidna.cpp     [all...]
collationtest.cpp 138 logln("TestSuite CollationTest: ");
546 logln("CollationWeights.initForPrimary(non-compressible)");
567 logln("CollationWeights.initForPrimary(compressible)");
580 logln("CollationWeights.initForSecondary()");
585 logln("CollationWeights.initForTertiary()");
    [all...]
tsdcfmsy.cpp 19 logln("TestSuite DecimalFormatSymbols:");
tzoffloc.cpp 28 logln("TestSuite TimeZoneOffsetLocalTest");
alphaindextst.cpp 53 if (exec) logln("TestSuite AlphabeticIndex: ");
542 logln(locale + UnicodeString(": ") + actualIndexCharacters);
715 logln("Chinese/unihan has %d buckets/labels", bucketCount);
rbbitst.cpp 63 if (exec) logln("TestSuite RuleBasedBreakIterator: ");
470 logln("Test first and next");
499 logln("Test last and previous");
531 logln("testFollowing():");
574 logln("testPreceding():");
614 logln("testIsBoundary():");
639 logln("doMultipleSelectionTest text of length: %d", td.fDataToBreak.length());
719 logln(locList[i].getName());
    [all...]
uts46test.cpp 54 logln("TestSuite UTS46Test: ");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 270 logln("i=" + i + " -> " + m.getName());
312 logln("Got no result as expected at index " + idx);
462 logln("Unsupported encoding for conversion from Unicode: " + encoding);
467 logln("Unsupported encoding: " + encoding);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestStringPrep.java 125 logln("mixed_prepare for string: " + src +" passed with " + e.toString());
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ReplaceableTest.java 59 logln("OK: " + transliteratorName + " ( " + original + " ) => " + tr.toString());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 233 logln("orders.length = " + orders.length);
742 logln(String.format("(%s) offset=%2d ce=%08x\n", tsceItem.localeString, offset, element));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
ConformanceTest.java 107 logln("Line " + (count+1));
129 logln("Total: " + passCount + " lines passed");
UTS46Test.java 551 logln(String.format("%c.nameToASCII([%d] %s) (errors %s) result string: %s",
554 logln(String.format("T.nameToASCII([%d] %s) (errors %s) result string: %s",
    [all...]

Completed in 477 milliseconds

<<111213