HomeSort by relevance Sort by last modified time
    Searched defs:errln (Results 1 - 21 of 21) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestLog.java 24 void errln(String message); method in interface:TestLog
TestBoilerplate.java 48 errln("Equality/Null invariant fails: " + i);
51 errln("Self-Equality invariant fails: " + i);
58 errln("Clone/Mutability invariant fails: " + i);
62 errln("Clone/Equality invariant fails: " + i);
76 if (!b.equals(a)) errln("Equality/Symmetry",i, j);
77 if (aHash != bHash) errln("Equality/Hash",i, j);
79 errln("Equality/Equivalence",i, j);
83 private void errln(String title, int i, int j) { method in class:TestBoilerplate
84 if (j < 0) errln("Clone/" + title + "invariant fails: " + i);
85 else errln(title + "invariant fails: " + i + "," + j)
    [all...]
AbstractTestLog.java 69 public final void errln(String message) { method in class:AbstractTestLog
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestLog.java 23 void errln(String message); method in interface:TestLog
TestBoilerplate.java 47 errln("Equality/Null invariant fails: " + i);
50 errln("Self-Equality invariant fails: " + i);
57 errln("Clone/Mutability invariant fails: " + i);
61 errln("Clone/Equality invariant fails: " + i);
75 if (!b.equals(a)) errln("Equality/Symmetry",i, j);
76 if (aHash != bHash) errln("Equality/Hash",i, j);
78 errln("Equality/Equivalence",i, j);
82 private void errln(String title, int i, int j) { method in class:TestBoilerplate
83 if (j < 0) errln("Clone/" + title + "invariant fails: " + i);
84 else errln(title + "invariant fails: " + i + "," + j)
    [all...]
AbstractTestLog.java 68 public final void errln(String message) { method in class:AbstractTestLog
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleCollationTest.java 89 errln("Did not get the expected result from getStringWithFallback method.");
93 errln("Did not get the expected result form getStringWithFallback method.");
102 errln("did not get the expected bundle");
106 errln("Did not get the expected result from getStringWithFallback method.");
117 errln("Did not get the expected result from getStringWithFallback method.");
131 errln("getKeywordValues for collation returned 'default' in the list.");
137 errln("Error - 'standard' is in the keyword list twice!");
143 errln("Error - 'standard' was not in the collation tree as a keyword.");
152 errln("could not load the stream");
175 errln(new Integer(i/3).toString() + ": Error, expected Equiv=" + new Boolean(expectAvail).toString() + (…) method
    [all...]
ICUResourceBundleTest.java 87 errln("Unexpected exception: "+ ex);
96 errln("Did not get the expected output for Weekend data");
103 errln("wrapper mechanism failed for bogus locale.");
109 errln("Did not get the expected exception");
123 errln("could not create the resource bundle");
134 errln("could not create the resource bundle");
147 errln("Failed to get the items from number patterns table in bundle: "+
164 errln("Failed to get the items from number symbols table in bundle: "+
172 errln("could not create the resource bundle");
177 errln("UResourceBundle did not load the default bundle when bundle was not found. Default: " + ULocale.g (…)
771 errln(new Integer(i\/3).toString() + ": Error, expected Equiv=" + new Boolean(expectAvail).toString() + "\\t\\t" + method
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ICUResourceBundleCollationTest.java 85 errln("Did not get the expected result from getStringWithFallback method.");
89 errln("Did not get the expected result form getStringWithFallback method.");
98 errln("did not get the expected bundle");
102 errln("Did not get the expected result from getStringWithFallback method.");
113 errln("Did not get the expected result from getStringWithFallback method.");
127 errln("getKeywordValues for collation returned 'default' in the list.");
133 errln("Error - 'standard' is in the keyword list twice!");
139 errln("Error - 'standard' was not in the collation tree as a keyword.");
148 errln("could not load the stream");
171 errln(new Integer(i/3).toString() + ": Error, expected Equiv=" + new Boolean(expectAvail).toString() + (…) method
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DataDrivenCalendarTest.java 57 errln("Unknown type: " + type);
79 errln((String)"FAIL: "+thisString method
93 errln((String)"FAIL: "+thisString method
105 errln((String)"FAIL: "+thisString+", Differences: "+ diffs); method
243 errln((String)"FAIL: "+caseString method
262 errln(caseString+ " FAIL: unknown operation "+ operation);
286 errln(caseString + " FAIL: got " +
293 errln((String)"FAIL: "+caseString+" - , "+caseContentsString method
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
ConformanceTest.java 130 errln("Total: " + failCount + " lines failed, " +
232 errln("Normalizer error: quickCheck(NFC(s), Normalizer.NFC) is Normalizer.NO");
236 errln("Normalizer error: quickCheck(NFD(s), Normalizer.NFD) is Normalizer.NO");
240 errln("Normalizer error: quickCheck(NFKC(s), Normalizer.NFKC) is Normalizer.NO");
244 errln("Normalizer error: quickCheck(NFKD(s), Normalizer.NFKD) is Normalizer.NO");
249 errln("Normalizer error: isNormalized(NFC(s), Normalizer.NFC) is false");
253 errln("Normalizer error: isNormalized(s, Normalizer.NFC) is TRUE");
257 errln("Normalizer error: isNormalized(NFKC(s), Normalizer.NFKC) is false");
261 errln("Normalizer error: isNormalized(s, Normalizer.NFKC) is TRUE");
266 errln("Normalizer error: isNormalized(NFC(s), Normalizer.NFC) is false")
436 errln((" " + msg + ") " + op + "(" + s + ")=" + hex(got) + method
    [all...]
UnicodeNormalizerConformanceTest.java 125 errln("Total: " + failCount + " lines failed, " +
170 errln("FAIL: " + line);
189 errln((" " + msg + ") " + op + "(" + s + ")=" + hex(got) + method
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DataDrivenCalendarTest.java 53 errln("Unknown type: " + type);
75 errln((String)"FAIL: "+thisString method
89 errln((String)"FAIL: "+thisString method
101 errln((String)"FAIL: "+thisString+", Differences: "+ diffs); method
239 errln((String)"FAIL: "+caseString method
258 errln(caseString+ " FAIL: unknown operation "+ operation);
282 errln(caseString + " FAIL: got " +
289 errln((String)"FAIL: "+caseString+" - , "+caseContentsString method
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
ConformanceTest.java 126 errln("Total: " + failCount + " lines failed, " +
228 errln("Normalizer error: quickCheck(NFC(s), Normalizer.NFC) is Normalizer.NO");
232 errln("Normalizer error: quickCheck(NFD(s), Normalizer.NFD) is Normalizer.NO");
236 errln("Normalizer error: quickCheck(NFKC(s), Normalizer.NFKC) is Normalizer.NO");
240 errln("Normalizer error: quickCheck(NFKD(s), Normalizer.NFKD) is Normalizer.NO");
245 errln("Normalizer error: isNormalized(NFC(s), Normalizer.NFC) is false");
249 errln("Normalizer error: isNormalized(s, Normalizer.NFC) is TRUE");
253 errln("Normalizer error: isNormalized(NFKC(s), Normalizer.NFKC) is false");
257 errln("Normalizer error: isNormalized(s, Normalizer.NFKC) is TRUE");
262 errln("Normalizer error: isNormalized(NFC(s), Normalizer.NFC) is false")
432 errln((" " + msg + ") " + op + "(" + s + ")=" + hex(got) + method
    [all...]
UnicodeNormalizerConformanceTest.java 121 errln("Total: " + failCount + " lines failed, " +
166 errln("FAIL: " + line);
185 errln((" " + msg + ") " + op + "(" + s + ")=" + hex(got) + method
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 42 virtual void errln( const UnicodeString &message ) { function in class:DataDrivenLogger
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 271 void errln(String msg) { method in class:CheckTags
280 errln(msg + tag.toString() + " [" + tag.position() + "]");
383 errln("unknown kind: " + kind);
456 errln("unknown index: " + ix);
460 errln("missing required tag [" + doc.position() + "]");
463 errln("internal tag missing deprecated");
466 errln("draft tag missing deprecated or provisional");
469 errln("obsolete tag missing deprecated");
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 520 IntlTest::gTest->errln( message );
700 this->errln("*** runIndexedTest needs to be overriden! ***");
881 void IntlTest::errln( const UnicodeString &message ) function in class:IntlTest
922 errln(message);
1028 void IntlTest::errln(const char *fmt, ...) function in class:IntlTest
1036 errln(UnicodeString(buffer, ""));
1062 errln(UnicodeString(buffer, ""));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 83 errln("Unexpected exception: "+ ex);
92 errln("Did not get the expected output for Weekend data");
99 errln("wrapper mechanism failed for bogus locale.");
105 errln("Did not get the expected exception");
119 errln("could not create the resource bundle");
130 errln("could not create the resource bundle");
143 errln("Failed to get the items from number patterns table in bundle: "+
160 errln("Failed to get the items from number symbols table in bundle: "+
168 errln("could not create the resource bundle");
173 errln("UResourceBundle did not load the default bundle when bundle was not found. Default: " + ULocale.g (…)
767 errln(new Integer(i\/3).toString() + ": Error, expected Equiv=" + new Boolean(expectAvail).toString() + "\\t\\t" + method
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 158 errln("FAILURE! Expected pattern: " + expectedPattern +
174 errln("FAILURE! Expected local pattern: " + expectedLocalPattern
179 errln("FAILURE! Expected local pattern: " + expectedLocalPattern
279 errln(i + " " + ids[i] + " " + dstOffset + " " + fmtOffset + " *** FAIL ***");
289 errln("FAIL");
329 errln("FAIL: Hour (-DST) = " + hr / (60*60.0)+
332 errln("Parse Error:" + e.getMessage());
352 errln("Did not get the correct value for DateFormat.FIELD_COUNT. Expected: "+ PATTERN_CHARS.length() + 1);
466 errln("FAIL: " + e);
685 errln("format " + k +
3949 errln((String)"FAIL: " + in + " -> " + out + " expected -> " + expected); method
3971 errln((String)"FAIL: -> " + result.toString() + " expected -> " + expected); method
4037 errln((String) "FAIL: -> " + result.toString() + " expected -> " + expected); method
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 154 errln("FAILURE! Expected pattern: " + expectedPattern +
170 errln("FAILURE! Expected local pattern: " + expectedLocalPattern
175 errln("FAILURE! Expected local pattern: " + expectedLocalPattern
275 errln(i + " " + ids[i] + " " + dstOffset + " " + fmtOffset + " *** FAIL ***");
285 errln("FAIL");
325 errln("FAIL: Hour (-DST) = " + hr / (60*60.0)+
328 errln("Parse Error:" + e.getMessage());
348 errln("Did not get the correct value for DateFormat.FIELD_COUNT. Expected: "+ PATTERN_CHARS.length() + 1);
462 errln("FAIL: " + e);
681 errln("format " + k +
3945 errln((String)"FAIL: " + in + " -> " + out + " expected -> " + expected); method
3967 errln((String)"FAIL: -> " + result.toString() + " expected -> " + expected); method
4033 errln((String) "FAIL: -> " + result.toString() + " expected -> " + expected); method
    [all...]

Completed in 1444 milliseconds