/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
RBBITest.java | 55 errln("ERROR: failed construction in TestDefaultRuleBasedCharacterIteration()" + iae.toString()); 137 errln("ERROR: failed construction in TestDefaultRuleBasedWordIteration() -- custom rules" + iae.toString()); 191 errln("ERROR: failed construction in TestDefaultRuleBasedSentenceIteration()" + iae.toString()); 222 errln("ERROR: failed construction in TestDefaultRuleBasedLineIteration()" + iae.toString()); 273 errln("null iterator, test skipped."); 315 errln("first() returned " + p + " instead of 0"); 322 errln("next() failed to move forward: next() on position " 329 errln("next() returned DONE prematurely: offset was " 344 errln("last() returned " + p + " instead of " + text.length()); 351 errln("previous() failed to move backward: previous() on position [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
RBBITest.java | 54 errln("ERROR: failed construction in TestDefaultRuleBasedCharacterIteration()" + iae.toString()); 136 errln("ERROR: failed construction in TestDefaultRuleBasedWordIteration() -- custom rules" + iae.toString()); 190 errln("ERROR: failed construction in TestDefaultRuleBasedSentenceIteration()" + iae.toString()); 221 errln("ERROR: failed construction in TestDefaultRuleBasedLineIteration()" + iae.toString()); 272 errln("null iterator, test skipped."); 314 errln("first() returned " + p + " instead of 0"); 321 errln("next() failed to move forward: next() on position " 328 errln("next() returned DONE prematurely: offset was " 343 errln("last() returned " + p + " instead of " + text.length()); 350 errln("previous() failed to move backward: previous() on position [all...] |
/external/icu/icu4c/source/test/intltest/ |
tscoll.cpp | 140 errln("Creation of collation keys failed\n"); 159 errln("Different result for iterative comparison "+source+" "+target); 186 errln("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. "+source+", "+target); 189 errln("different results in iterative when normalization is turned on with UTF-8 strings. "+source+", "+target); 215 errln("Partial sortkey comparison returned wrong result: "+source+", "+target+" (size "+partialSizes[i]+")"); 224 errln("Partial sortkey comparison gets different result when normalization is on: "+source+", "+target+" (size "+partialSizes[i]+")"); 232 errln("String comparison failed in variant test\n"); 235 errln("Collation key comparison failed in variant test\n"); 279 errln("***** invalid call to reportCResult ****"); 304 errln(msg1 + prettySource + msg2 + prettyTarget + msg3 + sResult + msg4 + sExpect) [all...] |
dtptngts.cpp | 400 errln("ERROR: inconsistency is found in cloned object."); 403 errln("ERROR: inconsistency is found in cloned object."); 407 errln("ERROR: inconsistency is found in cloned object."); 443 errln("ERROR: Simple test in getBestPattern with Locale::getGermany())."); 449 errln("ERROR: Could not addPattern - d\'. von\' MMMM"); 459 errln(UnicodeString("ERROR: Simple test addPattern failed!: d\'. von\' MMMM Got: ") + dateReturned + UnicodeString(" Expected: ") + expectedResult); 473 errln("ERROR: Simple test uses full date format."); 474 errln(UnicodeString(" Got: ") + dateReturned + UnicodeString(" Expected: ") + expectedResult); 484 errln("ERROR: Simple test modify the timezone!"); 485 errln(UnicodeString(" Got: ")+ dateReturned + UnicodeString(" Expected: ") + expectedResult) [all...] |
tzregts.cpp | 57 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status)); 82 errln("Fail: TimeZone should return clones"); 132 errln("Fail: Fix test to start with non-DST zone"); 138 errln("Fail: DST not active"); 161 errln("Fail: Jan 31 inDaylightTime=TRUE, exp FALSE"); 170 errln((UnicodeString)"Fail: " + str + " inDaylightTime=FALSE, exp TRUE"); 176 errln("Fail: Mar 31 inDaylightTime=TRUE, exp FALSE"); 272 errln("Fail: Test broken; zones not instantiating"); 293 if (!pass) errln("Fail: TimeZone serialization/equality bug"); 296 errln("Fail: " + e) [all...] |
uts46test.cpp | 119 errln("T.nameToASCII(www.example.com) info.errors=%04lx result matches=%d %s", 125 errln("T.nameToUnicode(U_FAILURE) did not preserve the errorCode " 134 errln("N.labelToASCII(bogus) did not set illegal-argument-error " 146 errln("N.labelToASCII(label-with-dot) failed with errors %04lx - %s", 155 errln("N.labelToUnicodeUTF8(StringPiece(NULL, 5)) did not set illegal-argument-error ", 164 errln("N.nameToASCII_UTF8(empty) failed - %s", 173 errln("N.nameToUnicode_UTF8(U_FAILURE) did not preserve the errorCode " 185 errln("T.labelToUnicodeUTF8(a sharp-s) failed - %s", 199 errln("T.nameToUnicodeUTF8(eXampLe.cOm) failed - %s", 219 errln("notSTD3.nameToUnicode(non-LDH ASCII) unexpected errors %04lx string %s" [all...] |
dtfmapts.cpp | 37 errln("ERROR: Could not set default locale, test may not give correct results"); 111 errln("FAIL: DateFormat objects created at different times are unequal."); 119 errln("FAIL: setTwoDigitStartDate failed."); 121 errln("FAIL: DateFormat objects with different two digit start dates are equal."); 154 errln("ERROR: == failed"); 172 errln("ERROR: format() failed (French)"); 194 errln("ERROR: parseObject() failed for " + text); 201 errln("ERROR: parse() failed, stopping testing"); 226 errln("ERROR: setLenient() failed"); 234 errln("ERROR: adopt or set Calendar() failed") [all...] |
dtfmrgts.cpp | 116 errln("Fail: Want " + todayS + " Got " + rt); 119 errln("Fail: " + e); 145 errln("Fail: Test broken; Want 5/3/97 8:55 AM Got " + str); 215 errln(UnicodeString(" expected ") + exp); 221 errln("Fail: FieldPosition not set right by DateFormat"); 244 errln("get2DigitYearStart broken"); 273 errln("set2DigitYearStart broken"); 277 errln("Fail: " + e); 332 errln("Fail: Want " + str + " Got " + formatted); 335 errln("Fail: " + e) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
UCAConformanceTest.java | 107 errln("ERROR: Could not find any of the test files"); 139 errln("Failure creating UCA rule-based collator: " + e); 226 errln(String.format( 236 errln("Difference between coll.compare (" + cmpres + ") and sortkey compare (" + skres 251 errln("Line " + lineNo + " is not greater or equal than previous line"); 256 errln(" Previous data line " + oldLine); 257 errln(" Current data line " + line); 259 errln(" Previous key: " + CollationTest.prettify(oldSk)); 260 errln(" Current key: " + CollationTest.prettify(newSk)); 275 errln("Unexpected exception " + e) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatRegressionTestJ.java | 52 errln("The result is not expected!"); 56 errln("The result is not expected!"); 87 errln("we should catch an exception here"); 96 errln("we should catch an exception here"); 106 errln("we should catch an exception here"); 116 errln("we should catch an exception here"); 141 errln("The result is not expected"); 216 errln("Error"); 281 errln("parse error: " + e.getMessage()); 297 errln("Format Error: " + i + " " + s + " != " [all...] |
IntlTestDateFormatAPI.java | 55 errln("FAIL: DateFormat objects created at different times are unequal."); 64 // errln("FAIL: DateFormat objects with different two digit start dates are equal."); 67 // errln("FAIL: setTwoDigitStartDate failed."); 94 errln("ERROR: equals failed"); 131 errln("ERROR: parseObject() failed for " + text); 139 errln("ERROR: parse() failed"); 145 errln("ERROR: parse() failed for " + text); 187 errln("ERROR: missing Locale: " + samples[i]); 194 errln("ERROR: setLenient() failed"); 202 errln("ERROR: set Calendar() failed") [all...] |
DateFormatRegressionTest.java | 71 errln("Error reparsing date: " + e.getMessage()); 79 errln("Fail: Want " + todayS + " Got " + rt); 81 errln("Fail: " + e); 101 errln("Fail: Test broken; Want 5/3/97, 8:55 AM Got " + str); 162 errln("Fail: FieldPosition not set right by DateFormat"); 180 errln("get2DigitYearStart broken"); 204 errln("set2DigitYearStart broken"); 207 errln("Fail: " + e); 242 errln("Fail: Want " + str + " Got " + formatted); 262 errln("Fail: Got " + cal.get(Calendar.DAY_OF_YEAR) + " Want 40") [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
CompoundTransliteratorTest.java | 36 errln("FAIL: Transliterator construction failed" + ex.getMessage()); 52 errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + IDs[i]); 59 errln("FAIL: construction using CompoundTransliterator(String ID, int direction=FORWARD) failed for " + IDs[i]); 66 errln("FAIL: construction using CompoundTransliterator(String ID, int direction=REVERSE) failed for " + IDs[i]); 74 // errln("FAIL: construction using CompoundTransliterator(String ID, int direction=FORWARD," + 84 // errln("FAIL: Construction using CompoundTransliterator(Transliterator transliterators[]," + 103 errln("CompoundTransliterator construction failed for ID=" + ID); 111 errln("Error: getCount() failed. Expected:" + array.length + " got:" + count); 117 errln("Error getTransliterator() failed: Expected->" + array[i] + " Got->" + child); 134 errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + "Any-Hex;Hex-Any") [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
BytesTrieTest.java | 39 errln("BytesTrieBuilder().build() did not throw IndexOutOfBoundsException"); 47 errln("BytesTrieBuilder.add() did not detect duplicates"); 266 errln("unique value at root"); 273 errln("not unique value 1 after \"jan\": instead "+uniqueValue); 278 errln("unique value after \"ju\""); 281 errln("not normal value 6 after \"jun\""); 285 errln("not unique value 6 after \"jun\""); 291 errln("not unique value 8 after \"au\""); 301 errln("months getNextBytes()!=[aj] at root"); 310 errln("months getNextBytes()!=[.abcdefghijklmnopqru] after \"jan\"") [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
UCAConformanceTest.java | 106 errln("ERROR: Could not find any of the test files"); 138 errln("Failure creating UCA rule-based collator: " + e); 225 errln(String.format( 235 errln("Difference between coll.compare (" + cmpres + ") and sortkey compare (" + skres 250 errln("Line " + lineNo + " is not greater or equal than previous line"); 255 errln(" Previous data line " + oldLine); 256 errln(" Current data line " + line); 258 errln(" Previous key: " + CollationTest.prettify(oldSk)); 259 errln(" Current key: " + CollationTest.prettify(newSk)); 274 errln("Unexpected exception " + e) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatRegressionTestJ.java | 51 errln("The result is not expected!"); 55 errln("The result is not expected!"); 86 errln("we should catch an exception here"); 95 errln("we should catch an exception here"); 105 errln("we should catch an exception here"); 115 errln("we should catch an exception here"); 140 errln("The result is not expected"); 215 errln("Error"); 280 errln("parse error: " + e.getMessage()); 296 errln("Format Error: " + i + " " + s + " != " [all...] |
IntlTestDateFormatAPI.java | 54 errln("FAIL: DateFormat objects created at different times are unequal."); 63 // errln("FAIL: DateFormat objects with different two digit start dates are equal."); 66 // errln("FAIL: setTwoDigitStartDate failed."); 93 errln("ERROR: equals failed"); 130 errln("ERROR: parseObject() failed for " + text); 138 errln("ERROR: parse() failed"); 144 errln("ERROR: parse() failed for " + text); 186 errln("ERROR: missing Locale: " + samples[i]); 193 errln("ERROR: setLenient() failed"); 201 errln("ERROR: set Calendar() failed") [all...] |
DateFormatRegressionTest.java | 70 errln("Error reparsing date: " + e.getMessage()); 78 errln("Fail: Want " + todayS + " Got " + rt); 80 errln("Fail: " + e); 100 errln("Fail: Test broken; Want 5/3/97, 8:55 AM Got " + str); 161 errln("Fail: FieldPosition not set right by DateFormat"); 179 errln("get2DigitYearStart broken"); 203 errln("set2DigitYearStart broken"); 206 errln("Fail: " + e); 241 errln("Fail: Want " + str + " Got " + formatted); 261 errln("Fail: Got " + cal.get(Calendar.DAY_OF_YEAR) + " Want 40") [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
BytesTrieTest.java | 38 errln("BytesTrieBuilder().build() did not throw IndexOutOfBoundsException"); 46 errln("BytesTrieBuilder.add() did not detect duplicates"); 265 errln("unique value at root"); 272 errln("not unique value 1 after \"jan\": instead "+uniqueValue); 277 errln("unique value after \"ju\""); 280 errln("not normal value 6 after \"jun\""); 284 errln("not unique value 6 after \"jun\""); 290 errln("not unique value 8 after \"au\""); 300 errln("months getNextBytes()!=[aj] at root"); 309 errln("months getNextBytes()!=[.abcdefghijklmnopqru] after \"jan\"") [all...] |
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
DateFormatSymbolsTest.java | 37 errln("FAIL: getInstance returned JDK DateFormatSymbols for locale " + loc); 47 errln("FAIL: getInstance returned ICU DateFormatSymbols for locale " + loc 52 errln("FAIL: getInstance returned JDK DateFormatSymbols for locale " + iculoc); 123 errln("FAIL: Different array size returned by " + method + "for locale " 131 errln("FAIL: Different symbols returned by " + method + "for locale " 143 errln("FAIL: Different array size returned by " + method + "for locale " 149 errln("FAIL: Different symbols returned by " + method + "for locale " 177 errln("FAIL: Different weekday name - index=" + i 183 errln("FAIL: Different weekday name - index=" + i 207 errln("FAIL: Calendar keyword was ignored") [all...] |
LocaleNameTest.java | 76 errln("FAIL: Language name by ICU is " + icuname + ", but got " + name 87 errln("FAIL: Language name by ICU is " + icuname + ", but got " + name 125 errln("FAIL: JDK Locale#getDisplayScript(\"" + inLocale + "\") throws exception: " + e.getMessage()); 132 errln("FAIL: Script name by ICU is " + icuname + ", but got " + name 145 errln("FAIL: JDK Locale#getDisplayScript(\"" + inLocaleICU + "\") throws exception: " + e.getMessage()); 149 errln("FAIL: Script name by ICU is " + icuname + ", but got " + name 183 errln("FAIL: Country name by ICU is " + icuname + ", but got " + name 195 errln("FAIL: Country name by ICU is " + icuname + ", but got " + name 257 errln("FAIL: Variant name by ICU is " + icuname + ", but got " + name 268 errln("FAIL: Variant name by ICU is " + icuname + ", but got " + nam [all...] |
NumberFormatTest.java | 56 errln("FAIL: " + method[0] + " returned JDK NumberFormat for locale " + loc); 67 errln("FAIL: " + method[0] + " returned ICU NumberFormat for locale " + loc 73 errln("FAIL: " + method[0] + " returned JDK NumberFormat for locale " + iculoc); 192 errln("FAIL: Different results for formatting long " + l + " by NumberFormat(" 210 errln("FAIL: ParseException thrown by " + (pe1 ? "JDK" : "ICU") 214 errln("FAIL: Different results for parsing long " + l + " by NumberFormat(" 227 errln("FAIL: Different results for formatting double " + d + " by NumberFormat(" 245 errln("FAIL: ParseException thrown by " + (pe1 ? "JDK" : "ICU") 249 errln("FAIL: Different results for parsing double " + d + " by NumberFormat(" 262 errln("FAIL: Different results for formatting " + o.getClass().getName() + " by NumberFormat( [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
CompoundTransliteratorTest.java | 35 errln("FAIL: Transliterator construction failed" + ex.getMessage()); 51 errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + IDs[i]); 58 errln("FAIL: construction using CompoundTransliterator(String ID, int direction=FORWARD) failed for " + IDs[i]); 65 errln("FAIL: construction using CompoundTransliterator(String ID, int direction=REVERSE) failed for " + IDs[i]); 73 // errln("FAIL: construction using CompoundTransliterator(String ID, int direction=FORWARD," + 83 // errln("FAIL: Construction using CompoundTransliterator(Transliterator transliterators[]," + 102 errln("CompoundTransliterator construction failed for ID=" + ID); 110 errln("Error: getCount() failed. Expected:" + array.length + " got:" + count); 116 errln("Error getTransliterator() failed: Expected->" + array[i] + " Got->" + child); 133 errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + "Any-Hex;Hex-Any") [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
TestCompatibility.java | 34 errln("Discrepancy in baseIsLeftToRight for case " + 41 errln("Discrepancy in getBaseLevel for case " + 48 errln("Discrepancy in getLength for case " + 57 errln("Discrepancy in getLevelAt for offset " + i + 67 errln("Discrepancy in getRunCount for case " + 77 errln("Discrepancy in getRunLevel for run " + i + 85 errln("Discrepancy in getRunLimit for run " + i + 93 errln("Discrepancy in getRunStart for run " + i + 102 errln("Discrepancy in isLeftToRight for case " + 109 errln("Discrepancy in isMixed for case " [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
TestCompatibility.java | 33 errln("Discrepancy in baseIsLeftToRight for case " + 40 errln("Discrepancy in getBaseLevel for case " + 47 errln("Discrepancy in getLength for case " + 56 errln("Discrepancy in getLevelAt for offset " + i + 66 errln("Discrepancy in getRunCount for case " + 76 errln("Discrepancy in getRunLevel for run " + i + 84 errln("Discrepancy in getRunLimit for run " + i + 92 errln("Discrepancy in getRunStart for run " + i + 101 errln("Discrepancy in isLeftToRight for case " + 108 errln("Discrepancy in isMixed for case " [all...] |