Home
last modified time | relevance | path

Searched refs:errln (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp75 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
79 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\""); in TestBasicManipulation()
86 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
91 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
100 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); in TestBasicManipulation()
105 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); in TestBasicManipulation()
108 errln(UnicodeString("length() failed: expected 70, got ") + test1.length()); in TestBasicManipulation()
110 errln(UnicodeString("length() failed: expected 30, got ") + test2.length()); in TestBasicManipulation()
115errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify… in TestBasicManipulation()
118errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation()
[all …]
Dstrtest.cpp39 errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h"); in TestEndian()
45errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in… in TestSizeofTypes()
48 errln("int64_t and uint64_t are undefined."); in TestSizeofTypes()
51 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h"); in TestSizeofTypes()
54 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h"); in TestSizeofTypes()
58 errln("8!=sizeof(double) - putil.c code may not work"); in TestSizeofTypes()
61 errln("4!=sizeof(int32_t)"); in TestSizeofTypes()
64 errln("4!=sizeof(uint32_t)"); in TestSizeofTypes()
67 errln("2!=sizeof(int16_t)"); in TestSizeofTypes()
70 errln("2!=sizeof(uint16_t)"); in TestSizeofTypes()
[all …]
Dcitrtest.cpp169 errln("Failed: firstPostInc() failed"); in TestCoverage()
172 errln("Failed: getIndex()."); in TestCoverage()
175 errln("Failed: getLength()"); in TestCoverage()
179 errln("Failed: setToStart()."); in TestCoverage()
183 errln("Failed: setToEnd()."); in TestCoverage()
186 errln("Failed: startIndex()"); in TestCoverage()
190 errln("Failed: first32PostInc() failed"); in TestCoverage()
212 errln("Construction failed: startIndex is negative"); in TestConstructionAndEquality()
214 errln("Construction failed: endIndex is greater than the text length"); in TestConstructionAndEquality()
216 errln("Construction failed: index is invalid"); in TestConstructionAndEquality()
[all …]
Dtzrulets.cpp159 errln("FAIL: Couldn't create SimpleTimezone."); in TestSimpleRuleBasedTimeZone()
180 errln("FAIL: couldn't add AnnualTimeZoneRule 1-1."); in TestSimpleRuleBasedTimeZone()
189 errln("FAIL: couldn't add AnnualTimeZoneRule 1-2."); in TestSimpleRuleBasedTimeZone()
193 errln("FAIL: couldn't complete RBTZ 1."); in TestSimpleRuleBasedTimeZone()
203 errln("FAIL: couldn't add AnnualTimeZoneRule 2-1."); in TestSimpleRuleBasedTimeZone()
210 errln("FAIL: couldn't add AnnualTimeZoneRule 2-2."); in TestSimpleRuleBasedTimeZone()
214 errln("FAIL: couldn't complete RBTZ 2"); in TestSimpleRuleBasedTimeZone()
224 errln("FAIL: couldn't add AnnualTimeZoneRule 3-1."); in TestSimpleRuleBasedTimeZone()
231 errln("FAIL: couldn't add AnnualTimeZoneRule 3-2."); in TestSimpleRuleBasedTimeZone()
235 errln("FAIL: couldn't complete RBTZ 3"); in TestSimpleRuleBasedTimeZone()
[all …]
Dsdtfmtts.cpp34errln("ERROR: Could not set default locale, test may not give correct results"); in runIndexedTest()
69 errln("ERROR: Could not create SimpleDateFormat (pattern) - %s", u_errorName(status)); in testAPI()
75 errln("ERROR: Could not create SimpleDateFormat (pattern French)"); in testAPI()
81 errln("ERROR: Could not create DateFormatSymbols (French)"); in testAPI()
94 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)"); in testAPI()
101errln("ERROR: Could not create SimpleDateFormat (pattern, override) - %s", u_errorName(status)); in testAPI()
107errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale) - %s", u_errorName(sta… in testAPI()
114errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) wit… in testAPI()
125 errln("ERROR: Copy constructor (or ==) failed"); in testAPI()
130 errln("ERROR: Assignment (or !=) failed"); in testAPI()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScriptRun.java70errln("Incorrect start offset for run " + run + ": expected " + runStarts[run] + ", got " + runSta… in CheckScriptRuns()
74errln("Incorrect limit offset for run " + run + ": expected " + runStarts[run + 1] + ", got " + ru… in CheckScriptRuns()
78errln("Incorrect script for run " + run + ": expected \"" + UScript.getName(testData[run].runScrip… in CheckScriptRuns()
91 errln("Incorrect number of runs: expected " + testData.length + ", got " + run); in CheckScriptRuns()
104errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction()
111errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
118errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction()
125errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
132 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction()
139 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
[all …]
DUTF16Test.java60 errln("FAIL Comparing char array append and string append " + in TestAppend()
71 errln("FAIL Counting code points in string appended with " + in TestAppend()
81 errln("fail appendCodePoint"); in TestAppend()
109 errln("FAIL checking bound type at index " + i); in TestBounds()
112 errln("FAIL checking bound type at index " + i); in TestBounds()
115 errln("FAIL checking bound type at index " + i); in TestBounds()
128 errln("FAIL Out of bounds index in bounds should fail"); in TestBounds()
136 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds()
150 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds()
163 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DTestUScriptRun.java71errln("Incorrect start offset for run " + run + ": expected " + runStarts[run] + ", got " + runSta… in CheckScriptRuns()
75errln("Incorrect limit offset for run " + run + ": expected " + runStarts[run + 1] + ", got " + ru… in CheckScriptRuns()
79errln("Incorrect script for run " + run + ": expected \"" + UScript.getName(testData[run].runScrip… in CheckScriptRuns()
92 errln("Incorrect number of runs: expected " + testData.length + ", got " + run); in CheckScriptRuns()
105errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction()
112errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
119errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction()
126errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
133 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction()
140 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
[all …]
DUTF16Test.java61 errln("FAIL Comparing char array append and string append " + in TestAppend()
72 errln("FAIL Counting code points in string appended with " + in TestAppend()
82 errln("fail appendCodePoint"); in TestAppend()
110 errln("FAIL checking bound type at index " + i); in TestBounds()
113 errln("FAIL checking bound type at index " + i); in TestBounds()
116 errln("FAIL checking bound type at index " + i); in TestBounds()
129 errln("FAIL Out of bounds index in bounds should fail"); in TestBounds()
137 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds()
151 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds()
164 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DStringTokenizerTest.java64 errln("Constructor with default delimiter gives wrong results"); in TestConstructors()
71 errln("Constructor with a UnicodeSet to ignoreWhiteSpace is " + in TestConstructors()
82errln("Constructor with default delimiter and delimiter tokens gives wrong results"); in TestConstructors()
96 errln("Constructor with null delimiter gives wrong results"); in TestConstructors()
110 errln("Constructor with empty delimiter gives wrong results"); in TestConstructors()
115 errln("null string should throw an exception"); in TestConstructors()
121 errln("null string should throw an exception"); in TestConstructors()
127 errln("null string should throw an exception"); in TestConstructors()
133 errln("null string should throw an exception"); in TestConstructors()
140 errln("null string should throw an exception"); in TestConstructors()
[all …]
DICUResourceBundleTest.java87 errln("Unexpected exception: "+ ex); in TestGetResources()
97 errln("Did not get the expected output for Weekend data"); in TestResourceBundleWrapper()
104 errln("wrapper mechanism failed for bogus locale."); in TestResourceBundleWrapper()
110 errln("Did not get the expected exception"); in TestResourceBundleWrapper()
125 errln("could not create the resource bundle"); in TestJB3879()
137 errln("could not create the resource bundle"); in TestOpen()
150 errln("Failed to get the items from number patterns table in bundle: "+ in TestOpen()
167 errln("Failed to get the items from number symbols table in bundle: "+ in TestOpen()
175 errln("could not create the resource bundle"); in TestOpen()
180errln("UResourceBundle did not load the default bundle when bundle was not found. Default: " + ULo… in TestOpen()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java43 errln("ERROR: English DecimalFormatSymbols equal to French"); in TestSymbols()
49 errln("ERROR: getLocale failed"); in TestSymbols()
52 errln("ERROR: getULocale failed"); in TestSymbols()
56 errln("ERROR: getLocale failed"); in TestSymbols()
59 errln("ERROR: getULocale failed"); in TestSymbols()
65 errln("ERROR: get/set ZeroDigit failed"); in TestSymbols()
71 errln("ERROR: get/set DigitStrings failed"); in TestSymbols()
77 errln("ERROR: get/set SignificantDigit failed"); in TestSymbols()
83 errln("ERROR: get/set Currency failed"); in TestSymbols()
89 errln("ERROR: get/set GroupingSeparator failed"); in TestSymbols()
[all …]
DGlobalizationPreferencesTest.java48 errln("FAIL: The default locale of the test environment must be en_US"); in TestDefault()
57 errln("FAIL: The primary locale is not en_US"); in TestDefault()
64 errln("FAIL: The secondary locale is not en"); in TestDefault()
70 errln("FAIL: Number of locales must be 2"); in TestDefault()
78 errln("FAIL: The calendar locale must match with the default JVM locale"); in TestDefault()
86 errln("FAIL: The collator locale must match with the default JVM locale"); in TestDefault()
94 errln("FAIL: The break iterator locale must match with the default JVM locale"); in TestDefault()
112 errln("FAIL: The number format locale must match with the default JVM locale"); in TestDefault()
121 errln("FAIL: This object is not yet frozen"); in TestFreezable()
132 errln("FAIL: reset() must not throw an exception before frozen"); in TestFreezable()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java42 errln("ERROR: English DecimalFormatSymbols equal to French"); in TestSymbols()
48 errln("ERROR: getLocale failed"); in TestSymbols()
51 errln("ERROR: getULocale failed"); in TestSymbols()
55 errln("ERROR: getLocale failed"); in TestSymbols()
58 errln("ERROR: getULocale failed"); in TestSymbols()
64 errln("ERROR: get/set ZeroDigit failed"); in TestSymbols()
70 errln("ERROR: get/set DigitStrings failed"); in TestSymbols()
76 errln("ERROR: get/set SignificantDigit failed"); in TestSymbols()
82 errln("ERROR: get/set Currency failed"); in TestSymbols()
88 errln("ERROR: get/set GroupingSeparator failed"); in TestSymbols()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/
DTimeScaleAPITest.java40 errln("bigDecimalFrom(bigZero, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromBigDecimal()
49 errln("bigDecimalFrom(bigZero, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromBigDecimal()
55 errln("from(bigZero, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromBigDecimal()
66 errln("bigDecimalFrom(0.0, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromDouble()
75 errln("bigDecimalFrom(0.0, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromDouble()
81 errln("from(0.0, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromDouble()
92 errln("bigDecimalFrom(0L, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromLong()
101 errln("bigDecimalFrom(0L, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromLong()
107 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromLong()
120 errln("from(0L, -1) did not throw IllegalArgumentException."); in TestFromLong()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
DTimeScaleAPITest.java39 errln("bigDecimalFrom(bigZero, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromBigDecimal()
48 errln("bigDecimalFrom(bigZero, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromBigDecimal()
54 errln("from(bigZero, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromBigDecimal()
65 errln("bigDecimalFrom(0.0, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromDouble()
74 errln("bigDecimalFrom(0.0, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromDouble()
80 errln("from(0.0, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromDouble()
91 errln("bigDecimalFrom(0L, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromLong()
100 errln("bigDecimalFrom(0L, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromLong()
106 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromLong()
119 errln("from(0L, -1) did not throw IllegalArgumentException."); in TestFromLong()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java63 errln("Constructor with default delimiter gives wrong results"); in TestConstructors()
70 errln("Constructor with a UnicodeSet to ignoreWhiteSpace is " + in TestConstructors()
81errln("Constructor with default delimiter and delimiter tokens gives wrong results"); in TestConstructors()
95 errln("Constructor with null delimiter gives wrong results"); in TestConstructors()
109 errln("Constructor with empty delimiter gives wrong results"); in TestConstructors()
114 errln("null string should throw an exception"); in TestConstructors()
120 errln("null string should throw an exception"); in TestConstructors()
126 errln("null string should throw an exception"); in TestConstructors()
132 errln("null string should throw an exception"); in TestConstructors()
139 errln("null string should throw an exception"); in TestConstructors()
[all …]
DICUResourceBundleTest.java86 errln("Unexpected exception: "+ ex); in TestGetResources()
96 errln("Did not get the expected output for Weekend data"); in TestResourceBundleWrapper()
103 errln("wrapper mechanism failed for bogus locale."); in TestResourceBundleWrapper()
109 errln("Did not get the expected exception"); in TestResourceBundleWrapper()
124 errln("could not create the resource bundle"); in TestJB3879()
136 errln("could not create the resource bundle"); in TestOpen()
149 errln("Failed to get the items from number patterns table in bundle: "+ in TestOpen()
166 errln("Failed to get the items from number symbols table in bundle: "+ in TestOpen()
174 errln("could not create the resource bundle"); in TestOpen()
179errln("UResourceBundle did not load the default bundle when bundle was not found. Default: " + ULo… in TestOpen()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java47 errln("FAIL: The default locale of the test environment must be en_US"); in TestDefault()
56 errln("FAIL: The primary locale is not en_US"); in TestDefault()
63 errln("FAIL: The secondary locale is not en"); in TestDefault()
69 errln("FAIL: Number of locales must be 2"); in TestDefault()
77 errln("FAIL: The calendar locale must match with the default JVM locale"); in TestDefault()
85 errln("FAIL: The collator locale must match with the default JVM locale"); in TestDefault()
93 errln("FAIL: The break iterator locale must match with the default JVM locale"); in TestDefault()
111 errln("FAIL: The number format locale must match with the default JVM locale"); in TestDefault()
120 errln("FAIL: This object is not yet frozen"); in TestFreezable()
131 errln("FAIL: reset() must not throw an exception before frozen"); in TestFreezable()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java108 errln("FAIL: rbtz1 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone()
111 errln("FAIL: rbtz2 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone()
114 errln("FAIL: rbtz3 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone()
119 errln("FAIL: rbtz1 and rbtz2 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone()
122 errln("FAIL: rbtz1 and rbtz3 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone()
126 errln("FAIL: Cloned RuleBasedTimeZone must have the same rules with the original."); in TestSimpleRuleBasedTimeZone()
145 errln("FAIL: Invalid time zone offset: " + offset + " /expected: 0"); in TestSimpleRuleBasedTimeZone()
149 errln("FAIL: Invalid daylight saving time"); in TestSimpleRuleBasedTimeZone()
153 errln("FAIL: Invalid time zone raw offset: " + offsets[0] + " /expected: -3600000"); in TestSimpleRuleBasedTimeZone()
156 errln("FAIL: Invalid DST amount: " + offsets[1] + " /expected: 3600000"); in TestSimpleRuleBasedTimeZone()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java107 errln("FAIL: rbtz1 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone()
110 errln("FAIL: rbtz2 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone()
113 errln("FAIL: rbtz3 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone()
118 errln("FAIL: rbtz1 and rbtz2 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone()
121 errln("FAIL: rbtz1 and rbtz3 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone()
125 errln("FAIL: Cloned RuleBasedTimeZone must have the same rules with the original."); in TestSimpleRuleBasedTimeZone()
144 errln("FAIL: Invalid time zone offset: " + offset + " /expected: 0"); in TestSimpleRuleBasedTimeZone()
148 errln("FAIL: Invalid daylight saving time"); in TestSimpleRuleBasedTimeZone()
152 errln("FAIL: Invalid time zone raw offset: " + offsets[0] + " /expected: -3600000"); in TestSimpleRuleBasedTimeZone()
155 errln("FAIL: Invalid DST amount: " + offsets[1] + " /expected: 3600000"); in TestSimpleRuleBasedTimeZone()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestIDNA.java91 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode()
95errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode()
99errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode()
106 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode()
110errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode()
114errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode()
121 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode()
125 errln("Did not get the expected exception. The operation succeeded!"); in doTestToUnicode()
129errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); in doTestToUnicode()
142 errln("convertToUnicode did not return expected result with options : "+ options + in doTestIDNToUnicode()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestIDNA.java90 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode()
94errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode()
98errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode()
105 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode()
109errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode()
113errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode()
120 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode()
124 errln("Did not get the expected exception. The operation succeeded!"); in doTestToUnicode()
128errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); in doTestToUnicode()
141 errln("convertToUnicode did not return expected result with options : "+ options + in doTestIDNToUnicode()
[all …]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DErrorTest.java39 errln("FAIL: construction of Latin-Greek"); in TestTransliteratorErrors()
45 errln("FAIL: Out of bounds check failed (1)."); in TestTransliteratorErrors()
49 errln("FAIL: Transliterate fails and the target string was modified."); in TestTransliteratorErrors()
53 errln("FAIL: Out of bounds check failed (2)."); in TestTransliteratorErrors()
57 errln("FAIL: Transliterate fails and the target string was modified."); in TestTransliteratorErrors()
63 errln("FAIL: Start offset is out of bounds, error not reported."); in TestTransliteratorErrors()
72 errln("FAIL: Limit offset is out of bounds, error not reported.\n"); in TestTransliteratorErrors()
83errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expec… in TestTransliteratorErrors()
86 errln("Insertion test with string failed for some reason."); in TestTransliteratorErrors()
95errln("FAIL: Test insertion with character: the transliteration position limit didn't change as ex… in TestTransliteratorErrors()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DErrorTest.java40 errln("FAIL: construction of Latin-Greek"); in TestTransliteratorErrors()
46 errln("FAIL: Out of bounds check failed (1)."); in TestTransliteratorErrors()
50 errln("FAIL: Transliterate fails and the target string was modified."); in TestTransliteratorErrors()
54 errln("FAIL: Out of bounds check failed (2)."); in TestTransliteratorErrors()
58 errln("FAIL: Transliterate fails and the target string was modified."); in TestTransliteratorErrors()
64 errln("FAIL: Start offset is out of bounds, error not reported."); in TestTransliteratorErrors()
73 errln("FAIL: Limit offset is out of bounds, error not reported.\n"); in TestTransliteratorErrors()
84errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expec… in TestTransliteratorErrors()
87 errln("Insertion test with string failed for some reason."); in TestTransliteratorErrors()
96errln("FAIL: Test insertion with character: the transliteration position limit didn't change as ex… in TestTransliteratorErrors()
[all …]

12345678910>>...21