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

<<111213

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 85 logln("Skip this test case because of the IBM Java 5 bug");
643 logln("Checking " + Arrays.asList(items));
711 logln("Skip this test case because of the IBM Java 5 bug");
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 27 logln(#test "---"); \
28 logln((UnicodeString)""); \
972 logln("variable %d", count);
    [all...]
regcoll.cpp     [all...]
convtest.cpp 67 if (exec) logln("TestSuite ConversionTest: ");
195 logln("TestToUnicode[%d] %s", i, charset);
357 logln("TestFromUnicode[%d] %s", i, charset);
450 logln("TestGetUnicodeSet[%d] %s", i, charset);
    [all...]
dcfmtest.cpp 57 if (exec) logln("TestSuite DecimalFormatTest: ");
strtest.cpp 154 logln("TestSuite Character and String Test: ");
tzrulets.cpp 30 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
121 logln("TestSuite TestTimeZoneRule");
388 logln("setRawOffset is implemented in RuleBasedTimeZone");
848 logln("VTimeZone for " + *tzid +
    [all...]
v32test.cpp 41 if (exec) logln("TestSuite UVector32Test: ");
regextst.cpp 65 if (exec) logln("TestSuite RegexTest: ");
235 #define REGEX_VERBOSE_TEXT(text) {char buf[200];utextToPrintable(buf,sizeof(buf)/sizeof(buf[0]),text);logln("%s:%d: UText %s=\"%s\"", __FILE__, __LINE__, #text, buf);}
477 logln("RegexTest unable to convert input to UTF8 at line %d. Status = %s\n", line, u_errorName(status));
    [all...]
bidiconf.cpp 70 logln("TestSuite BiDiConformanceTest: ");
encoll.cpp 320 if (exec) logln("TestSuite CollationEnglishTest: ");
itercoll.cpp 679 logln("Collation Iteration Tests: ");
regiontst.cpp     [all...]
strcase.cpp 36 logln("TestSuite StringCaseTest: ");
tufmtts.cpp 26 if (exec) logln("TestSuite TimeUnitTest");
ustrtest.cpp 32 if (exec) logln("TestSuite UnicodeStringTest: ");
37 logln("StringCaseTest---"); logln("");
    [all...]
itspoof.cpp 72 if (exec) logln("TestSuite spoof: ");
reldatefmttest.cpp 541 logln("TestSuite RelativeDateTimeFormatterTest: ");
    [all...]
csdetest.cpp 62 if (exec) logln("TestSuite CharsetDetectionTest: ");
    [all...]
measfmttest.cpp 115 logln("TestSuite MeasureFormatTest: ");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
TestUCharacterIterator.java 203 logln("Testing forward iteration...");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterCaseTest.java 104 logln("Ok \\u" + hex(CHARACTER_UPPER_[i]) + " and \\u" +
638 logln("testing upper lower");
640 logln("testing to upper to lower");
674 logln("done testing upper Lower");
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 44 * added to the log via the log and logln methods. These methods will add their
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitTest.java 720 logln(type);
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 49 virtual void logln( const UnicodeString &message ) { function in class:DataDrivenLogger
    [all...]

Completed in 2932 milliseconds

<<111213