HomeSort by relevance Sort by last modified time
    Searched defs:logln (Results 1 - 25 of 35) sorted by null

1 2

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestLog.java 17 void logln(String message); method in interface:TestLog
AbstractTestLog.java 55 public final void logln(String message) { method in class:AbstractTestLog
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestLog.java 16 void logln(String message); method in interface:TestLog
AbstractTestLog.java 54 public final void logln(String message) { method in class:AbstractTestLog
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleCollationTest.java 78 logln("Testing functional equivalents for collation...");
110 logln("got the expected exception");
126 logln("Testing getting collation values:");
129 logln(new Integer(n).toString() + ": " + kwVals[n]); method
135 logln("found 'standard'");
145 logln("'standard' was found as a collation keyword.");
162 logln("Testing functional equivalents...");
168 logln(new Integer(i/3).toString() + ": " + new Boolean(expectAvail).toString() + "\t\t" + method
ICUServiceTest.java 116 logln("service name:" + service.getName());
255 logln(" " + id + " --> " + service.get(id));
269 logln(" " + e.getKey() + " -- > " + e.getValue());
300 logln(" " + e.getKey() + " --> " + e.getValue());
313 logln("actual id: " + actualID[0]);
315 logln("found actual: " + gal + " with display name: " + displayName);
319 logln("found query: " + gal + " with display name: " + displayName);
333 logln("found actual: " + bozo + " with display name: " + displayName);
337 logln("found actual: " + bozo + " with display name: " + displayName);
365 logln(" " + e.getKey() + " -- > " + e.getValue())
502 logln((String)ls.get("en_FOO")); method
    [all...]
TestUtilities.java 59 logln("Comparing against HashMap");
64 if (SHOW_PROGRESS) logln(counter + "\t" + logline);
75 logln("Setting General Category");
88 logln("Comparing General Category");
90 logln("Comparing Values");
96 logln("Comparing Sets");
99 logln(value == null ? "null" : value.toString()); method
107 logln("Getting Scripts");
115 logln("Trying Compose");
126 logln(Utility.hex(i) + "\t" + comp)
392 logln((type == 0 ? "UnicodeMap" : type == 1 ? "HashMap" : type == 2 ? "ICU" : "TreeMap") + "\\t" + nf.format(result)); method
418 logln((type == 0 ? "UnicodeMap" : type == 1 ? "HashMap" : type == 2 ? "ICU" : "TreeMap") + "\\t" + nf.format(result)); method
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DecompressionTest.java 31 private void logln(char [] chars, int start, int count) method in class:DecompressionTest
34 logln("");
50 logln("Segment 1 (" + segment1.length + " bytes) " +
52 logln("Bytes consumed: " + bytesRead[0]);
54 logln("Got chars: ");
55 logln(charBuffer, 0, count1); method
63 logln("Segment 2 (" + segment2.length + " bytes) " +
65 logln("Bytes consumed: " + bytesRead[0]);
67 logln("Got chars: ");
68 logln(charBuffer, count1, count2) method
73 logln(charBuffer, 0, count1 + count2); method
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRoundTripTest.java 47 logln("Default Locale");
49 logln("Default Number format");
53 logln("Currency Format");
57 logln("Percent Format");
67 logln("Quick mode: only _testing first 5 Locales");
70 logln(loc[i].getDisplayName()); method
82 logln("Numeric error " + min_numeric_error + " to " + max_numeric_error);
157 logln("test data = " + value);
168 logln(
177 logln(s + " P> " /*+ n.getString(temp)*/)
    [all...]
DateFormatRoundTripTest.java 55 logln("DateFormat available locales: " + locCount);
59 logln("Quick mode: only testing first 5 Locales");
62 logln("Default TimeZone: " + tz.getID());
67 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName());
96 logln("Locale: " + loc.getDisplayName());
120 logln("Testing style " + styleName(style));
128 logln("Testing style " + styleName(style));
137 logln("Testing dstyle " + styleName(dstyle) + ", tstyle " + styleName(tstyle));
153 logln(pat);
245 logln("Date = " + sdf.format(d[0]) + "; ms = " + d[0].getTime())
250 logln((j > 0 ? " P> " : " ") + dateFormat.format(d[j], temp, pos) method
    [all...]
RbnfTest.java 137 logln(str);
148 logln(str);
158 logln("Got the expected exception");
166 logln("Got the expected exception");
171 logln(str);
176 logln("Got the expected exception");
181 logln(str);
186 logln("Got the expected exception");
192 logln(str);
197 logln(str)
1058 logln(locales[i].getName()); method
    [all...]
DateTimeGeneratorTest.java 151 logln("Using Quote");
161 logln("Using Backslash");
192 logln("input:\t<" + patternTest + ">" + "\tnormalized:\t<" + normalized + ">");
208 logln("input:\t<" + patternTest + ">");
217 logln("\t" + statusName[status] + "\t<" + buffer + ">" + lit);
231 if (GENERATE_TEST_DATA) logln("new ULocale(\"" + uLocale.toString() + "\"),");
234 if (GENERATE_TEST_DATA) logln("new Date(" + date.getTime()+ "L),");
240 if (GENERATE_TEST_DATA) logln("new String[] {\"" + testSkeleton + "\", \"" + Utility.escape(formatted) + "\"},");
241 //logln(uLocale + "\t" + testSkeleton + "\t" + pattern + "\t" + sdf.format(date));
250 logln("new String[] {\"" + testSkeleton + "\", \"" + Utility.escape(formatted) + "\"},")
537 logln(locales[i].toString()); method
    [all...]
TestMessageFormat.java 118 logln(locale[i].getDisplayName() + " -> " + result); method
139 logln("The input pattern : " + pattern);
220 // logln("---------------- test parse ----------------");
224 // logln("MSG pattern for parse: " + buffer);
230 // logln(String("MessageFormat failed test #5 with error code ")+(int)success);
353 logln("First test (operator ==): Passed!");
360 logln("Second test (equals): Passed!");
469 logln("Testing set/get ULocale ...");
640 logln("formatsChg == formatsCmp at index " + i);
650 logln("MSG getFormats tested.")
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ICUResourceBundleCollationTest.java 74 logln("Testing functional equivalents for collation...");
106 logln("got the expected exception");
122 logln("Testing getting collation values:");
125 logln(new Integer(n).toString() + ": " + kwVals[n]); method
131 logln("found 'standard'");
141 logln("'standard' was found as a collation keyword.");
158 logln("Testing functional equivalents...");
164 logln(new Integer(i/3).toString() + ": " + new Boolean(expectAvail).toString() + "\t\t" + method
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DecompressionTest.java 27 private void logln(char [] chars, int start, int count) method in class:DecompressionTest
30 logln("");
46 logln("Segment 1 (" + segment1.length + " bytes) " +
48 logln("Bytes consumed: " + bytesRead[0]);
50 logln("Got chars: ");
51 logln(charBuffer, 0, count1); method
59 logln("Segment 2 (" + segment2.length + " bytes) " +
61 logln("Bytes consumed: " + bytesRead[0]);
63 logln("Got chars: ");
64 logln(charBuffer, count1, count2) method
69 logln(charBuffer, 0, count1 + count2); method
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRoundTripTest.java 43 logln("Default Locale");
45 logln("Default Number format");
49 logln("Currency Format");
53 logln("Percent Format");
63 logln("Quick mode: only _testing first 5 Locales");
66 logln(loc[i].getDisplayName()); method
78 logln("Numeric error " + min_numeric_error + " to " + max_numeric_error);
153 logln("test data = " + value);
164 logln(
173 logln(s + " P> " /*+ n.getString(temp)*/)
    [all...]
DateFormatRoundTripTest.java 51 logln("DateFormat available locales: " + locCount);
55 logln("Quick mode: only testing first 5 Locales");
58 logln("Default TimeZone: " + tz.getID());
63 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName());
92 logln("Locale: " + loc.getDisplayName());
116 logln("Testing style " + styleName(style));
124 logln("Testing style " + styleName(style));
133 logln("Testing dstyle " + styleName(dstyle) + ", tstyle " + styleName(tstyle));
149 logln(pat);
241 logln("Date = " + sdf.format(d[0]) + "; ms = " + d[0].getTime())
246 logln((j > 0 ? " P> " : " ") + dateFormat.format(d[j], temp, pos) method
    [all...]
RbnfTest.java 133 logln(str);
144 logln(str);
154 logln("Got the expected exception");
162 logln("Got the expected exception");
167 logln(str);
172 logln("Got the expected exception");
177 logln(str);
182 logln("Got the expected exception");
188 logln(str);
193 logln(str)
1054 logln(locales[i].getName()); method
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 68 logln("Error: " + startMode + " not present in " + d);
80 // logln(s);
91 logln("Date Before: " + showDate(min));
92 logln("Date After: " + showDate(max));
97 logln("PASS: Expected boundary at " + expectedBoundary);
113 // logln("Error: inDaylightTime(" + d + ") != " + startsInDST);
135 // logln("Calendar Before: " + showDate(min));
136 // logln("Calendar After: " + showDate(max));
184 logln(tz.getID() + " Before: " + showDate(min, tz));
185 logln(tz.getID() + " After: " + showDate(max, tz))
823 logln((state ? "Entry " : "Exit ") + method
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 49 virtual void logln( const UnicodeString &message ) { function in class:DataDrivenLogger
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 64 logln("Error: " + startMode + " not present in " + d);
76 // logln(s);
87 logln("Date Before: " + showDate(min));
88 logln("Date After: " + showDate(max));
93 logln("PASS: Expected boundary at " + expectedBoundary);
109 // logln("Error: inDaylightTime(" + d + ") != " + startsInDST);
131 // logln("Calendar Before: " + showDate(min));
132 // logln("Calendar After: " + showDate(max));
180 logln(tz.getID() + " Before: " + showDate(min, tz));
181 logln(tz.getID() + " After: " + showDate(max, tz))
819 logln((state ? "Entry " : "Exit ") + method
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 255 void logln() { method in class:CheckTags
263 void logln(String msg) { method in class:CheckTags
321 logln(); method
441 logln("You really ought to use @throws, you know... :-)");
472 logln("stable deprecated");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 112 logln("service name:" + service.getName());
251 logln(" " + id + " --> " + service.get(id));
265 logln(" " + e.getKey() + " -- > " + e.getValue());
296 logln(" " + e.getKey() + " --> " + e.getValue());
309 logln("actual id: " + actualID[0]);
311 logln("found actual: " + gal + " with display name: " + displayName);
315 logln("found query: " + gal + " with display name: " + displayName);
329 logln("found actual: " + bozo + " with display name: " + displayName);
333 logln("found actual: " + bozo + " with display name: " + displayName);
361 logln(" " + e.getKey() + " -- > " + e.getValue())
498 logln((String)ls.get("en_FOO")); method
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestUtilities.java 55 logln("Comparing against HashMap");
60 if (SHOW_PROGRESS) logln(counter + "\t" + logline);
71 logln("Setting General Category");
84 logln("Comparing General Category");
86 logln("Comparing Values");
92 logln("Comparing Sets");
95 logln(value == null ? "null" : value.toString()); method
103 logln("Getting Scripts");
111 logln("Trying Compose");
122 logln(Utility.hex(i) + "\t" + comp)
388 logln((type == 0 ? "UnicodeMap" : type == 1 ? "HashMap" : type == 2 ? "ICU" : "TreeMap") + "\\t" + nf.format(result)); method
414 logln((type == 0 ? "UnicodeMap" : type == 1 ? "HashMap" : type == 2 ? "ICU" : "TreeMap") + "\\t" + nf.format(result)); method
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 56 logln("testing CollationKey begins...");
63 logln("Testing weird arguments");
83 logln("Use tertiary comparison level testing ....");
121 logln("Use secondary comparision level testing ...");
140 logln("testing sortkey ends...");
162 logln("PASS: Constructor failed as expected");
169 logln("PASS: Constructor failed as expected");
197 logln("The compare tests begin : ");
202 logln("Use tertiary comparison level testing ....");
208 logln("Use secondary comparison level testing ....")
1213 logln(list[i].getDisplayName()); method
    [all...]

Completed in 560 milliseconds

1 2