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

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFinnishTest.java 113 logln(msg1 + source + msg2 + target + msg3 + sResult);
123 logln(msg1 + source + msg2 + target + msg3 + sResult);
138 logln(msg1 + source + msg2 + target + msg3 + sResult);
LotusCollationKoreanTest.java 91 logln(msg1 + source + msg2 + target + msg3 + sResult);
101 logln(msg1 + source + msg2 + target + msg3 + sResult);
116 logln(msg1 + source + msg2 + target + msg3 + sResult);
UCAConformanceTest.java 73 logln("This test is currently disabled, as it is impossible to "+
98 logln( "INFO: Working with the stub file.\n"+
195 logln("-prop:ucaconfnosortkeys=1 turns off getSortKey() in UCAConformanceTest");
213 logln("Skipping line " + lineNo + " because of a known bug");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestReorderRunsOnly.java 119 logln("\nEntering TestReorderRunsOnly\n");
130 logln("Now doing test for option " + option +
176 logln("\nExiting TestReorderRunsOnly\n");
TestContext.java 73 logln("\nEntering TestContext\n");
97 logln("\nExiting TestContext\n");
  /external/icu/icu4c/source/test/intltest/
g7coll.cpp 134 logln(msg);
149 logln("Demo Test 1 : Create a new table collation with rules \"& Z < p, P\"");
183 logln("Demo Test 2 : Create a new table collation with rules \"& C < ch , cH, Ch, CH\"");
217 logln("Demo Test 3 : Create a new table collation with rules \"& Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'\"");
251 logln("Demo Test 4 : Create a new table collation with rules \" & aa ; a'-' & ee ; e'-' & ii ; i'-' & oo ; o'-' & uu ; u'-' \"");
280 if (exec) logln("TestSuite G7CollationTest: ");
tsmthred.cpp 119 if (exec) logln("TestSuite MultithreadTest: ");
126 if(exec) { logln("MultithreadTest - test DISABLED. ICU_USE_THREADS set to 0, check your configuration if this is a problem..");
153 logln("TestSuite MultithreadTest: ");
332 logln("->" + UnicodeString(threadTestChars) + "<- Firing off threads.. ");
342 logln(" Subthread started.");
345 logln("Waiting for threads to be set..");
368 logln("->" + UnicodeString(threadTestChars) + "<- Got all threads! cya");
376 logln("->" + UnicodeString(threadTestChars) + "<- Waiting..");
403 logln("-> do TestArabicShapingThreads <- Firing off threads.. ");
413 logln(" Subthread started.")
    [all...]
tchcfmt.cpp 490 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);
dtfmttst.cpp 41 logln("TestSuite DateFormatTest: ");
261 logln("Time Zone IDs size: %d", ids_length);
265 logln("Ordinal ID offset(h:m) name");
272 // logln(i + " " + ids[i]);
279 // logln(i + " " + ids[i] + " offset " + offset);
317 logln(UnicodeString() + i + " " + *id + " " + dstOffset +
390 logln(*s + " P> " + ((DateFormat*)fullFmt)->format(d, str));
563 logln(" Pattern = " + sdtfmt->toPattern(buf.remove()));
565 logln(" Pattern = ? (not a SimpleDateFormat)");
567 logln((UnicodeString)" Result = " + df->format(aug13, buf.remove()))
    [all...]
itrbnfrt.cpp 23 logln(#test "---"); \
24 logln(); \
31 if (exec) logln("TestSuite RuleBasedNumberFormatRT");
285 logln(buf);
lcukocol.cpp 76 if (exec) logln("TestSuite LotusCollationKoreanTest: ");
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...]
ucaconf.cpp 61 logln("TestSuite UCAConformanceTest: ");
184 logln("-prop:ucaconfnosortkeys=1 turns off getSortKey() in UCAConformanceTest");
219 logln("Skipping line %i because of a known bug", line);
323 logln("This test is currently disabled, as it is impossible to "
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 203 logln(localeName + "\t=\t" + same.get(locale0));
204 logln(localeName + "\ttoString\t" + rules.toString());
216 logln("\t" + localeName + " : " + keyword + " ; " + list);
278 logln("");
281 logln(pfmt.format(args));
286 logln(pf.toPattern());
288 logln(pfmt.toPattern());
NumberFormatTest.java 218 logln("Min integer digits = " + fmt.getMinimumIntegerDigits());
226 logln("Min integer digits = " + fmt.getMinimumIntegerDigits());
278 logln("Pattern \"" + pat[p] + "\" -toPattern-> \"" + fmt.toPattern() + "\"");
283 logln(" " + val[v] + " -format-> " + s);
290 logln(" -parse-> " + Double.toString(a));
298 logln(" " + lval[v] + "L -format-> " + s);
308 logln(" -parse-> " + a);
330 logln("Pattern \"" + pat + "\"");
331 logln(" Format 123 . " + s);
339 logln("Pattern \"" + pat + "\"")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleMatcherTest.java 63 logln(localeMatcherData.toString());
71 logln(matcher.toString());
80 logln(matcher.toString());
119 logln(matcher.toString());
308 logln(desired + " to " + supported + " :\t" + distance);
345 logln("Checking: " + sorted);
ICUBinaryTest.java 112 logln("PASS: ICUBinary.readHeader with invalid version number failed as expected");
TextTrieMapTest.java 76 logln("Test for get(String)");
82 logln("Test for get(String, int)");
111 logln("Test for get(String)");
117 logln("Test for get(String, int)");
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java 119 logln(name + " took " + dur + " seconds");
335 logln("TestGreek needs to be updated to remove delete the section marked [:Age=4.0:] filter");
396 logln("TestHebrew needs to be updated to remove delete the section marked [:Age=4.0:] filter");
494 logln("Warning: TestDevanagariLatin needs to be updated to remove delete the section marked [:Age=4.1:] filter");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java 111 logln("Property (" + propNum + "): " + propName);
137 logln("Value (" + valueNum + "): " + valueName);
277 //logln(source + " => " + pat0 + ", " + pat1 + ", " + pat2 + ", " + pat3);
278 logln(source + " => " + pat0 + ", " + pat2);
609 logln("a [3-10]: " + a);
610 logln("b [7-15]: " + b);
614 logln("c.set(a).add(b): " + c);
622 logln("c.complement(): " + c);
629 logln("c.complement(): " + c);
637 logln("c.set(a).complement(b): " + c)
    [all...]
UPropertyAliasesTest.java 66 logln("");
92 logln("");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITest.java 45 logln("Testing the RBBI for character iteration by using default rules");
126 logln("Testing the RBBI for word iteration using default rules");
179 logln("Testing the RBBI for sentence iteration using default rules");
210 logln("Testing the RBBI for line iteration using default rules");
278 logln("comparing forward and backward...");
282 logln("comparing expected and actual...");
396 logln("*** " + f1Name + " has:");
403 logln("***** " + f2Name + " has:");
416 logln("testFollowing():");
422 logln("rbbi.following(" + i + ") -> " + b)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/
Test_ja.java 44 logln("test disabled");
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/sample/
ModuleTestSample.java 22 // logln("--------");
23 // logln("String: " + settings.getString("aString"));
25 // logln("Int: " + settings.getInt("anInt"));
27 // logln("Boolean: " + settings.getBoolean("aBoolean"));
30 // logln(" ----");
31 // logln(" StringArray: " + printArray(testcase.getStringArray("aStringArray")));
32 // logln(" IntArray: " + printArray(testcase.getIntArray("anIntArray")));
33 // logln(" BooleanArray: " + printArray(testcase.getBooleanArray("aBooleanArray")));
41 // logln("----");
42 // logln("String: " + testcase.getString("aString"))
    [all...]
  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
TimeZoneNameTest.java 64 logln("Localized long standard name is not available for "
124 logln("WARNING: TimeZone name by ICU is " + icuname + ", but got " + name
136 logln("INFO: TimeZone name by ICU is " + icuname + ", but got " + name
145 logln("WARNING: TimeZone name by ICU is " + icuname + ", but got " + name

Completed in 726 milliseconds

1 2 3 4 56 7 8 91011>>