/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 82 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation() 86 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\""); in TestBasicManipulation() 93 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation() 98 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation() 107 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); in TestBasicManipulation() 112 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); in TestBasicManipulation() 115 errln(UnicodeString("length() failed: expected 70, got ") + test1.length()); in TestBasicManipulation() 117 errln(UnicodeString("length() failed: expected 30, got ") + test2.length()); in TestBasicManipulation() 122 …errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify… in TestBasicManipulation() 125 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation() [all …]
|
D | citrtest.cpp | 169 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 …]
|
D | strtest.cpp | 41 errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h"); in TestEndian() 47 …errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in… in TestSizeofTypes() 50 errln("int64_t and uint64_t are undefined."); in TestSizeofTypes() 53 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h"); in TestSizeofTypes() 56 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h"); in TestSizeofTypes() 60 errln("8!=sizeof(double) - putil.c code may not work"); in TestSizeofTypes() 63 errln("4!=sizeof(int32_t)"); in TestSizeofTypes() 66 errln("4!=sizeof(uint32_t)"); in TestSizeofTypes() 69 errln("2!=sizeof(int16_t)"); in TestSizeofTypes() 72 errln("2!=sizeof(uint16_t)"); in TestSizeofTypes() [all …]
|
D | tzrulets.cpp | 160 errln("FAIL: Couldn't create SimpleTimezone."); in TestSimpleRuleBasedTimeZone() 181 errln("FAIL: couldn't add AnnualTimeZoneRule 1-1."); in TestSimpleRuleBasedTimeZone() 190 errln("FAIL: couldn't add AnnualTimeZoneRule 1-2."); in TestSimpleRuleBasedTimeZone() 194 errln("FAIL: couldn't complete RBTZ 1."); in TestSimpleRuleBasedTimeZone() 204 errln("FAIL: couldn't add AnnualTimeZoneRule 2-1."); in TestSimpleRuleBasedTimeZone() 211 errln("FAIL: couldn't add AnnualTimeZoneRule 2-2."); in TestSimpleRuleBasedTimeZone() 215 errln("FAIL: couldn't complete RBTZ 2"); in TestSimpleRuleBasedTimeZone() 225 errln("FAIL: couldn't add AnnualTimeZoneRule 3-1."); in TestSimpleRuleBasedTimeZone() 232 errln("FAIL: couldn't add AnnualTimeZoneRule 3-2."); in TestSimpleRuleBasedTimeZone() 236 errln("FAIL: couldn't complete RBTZ 3"); in TestSimpleRuleBasedTimeZone() [all …]
|
D | srchtest.cpp | 64 errln("Collator creation failed with %s", u_errorName(status)); in StringSearchTest() 268 errln("Error setting USEARCH_ELEMENT_COMPARISON attribute %s", u_errorName(status)); in assertEqualWithStringSearch() 274 errln("Error with the initialization of match start and length"); in assertEqualWithStringSearch() 284 errln("Text: %s", str); in assertEqualWithStringSearch() 286 errln("Pattern: %s", str); in assertEqualWithStringSearch() 287 errln("Error next match found at %d (len:%d); expected %d (len:%d)", in assertEqualWithStringSearch() 301 errln("Error getting next matched text"); in assertEqualWithStringSearch() 310 errln("Text: %s", str); in assertEqualWithStringSearch() 312 errln("Pattern: %s", str); in assertEqualWithStringSearch() 313 errln("Error next match found at %d (len:%d); expected <NO MATCH>", in assertEqualWithStringSearch() [all …]
|
D | sdtfmtts.cpp | 34 … errln("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() 101 … errln("ERROR: Could not create SimpleDateFormat (pattern, override) - %s", u_errorName(status)); in testAPI() 107 …errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale) - %s", u_errorName(sta… in testAPI() 114 …errln("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 …]
|
D | itercoll.cpp | 101 errln("Couldn't create a RuleBasedCollator with a contracting sequence."); in TestPrevious() 118 errln("Couldn't create a RuleBasedCollator with an expanding sequence."); in TestPrevious() 135 … errln("Couldn't create a RuleBasedCollator with both an expanding and a contracting sequence."); in TestPrevious() 151 errln("Couldn't create a collator"); in TestPrevious() 163 errln("Couldn't create Japanese collator\n"); in TestPrevious() 180 errln("Error: After setting offset to 0, we should be at the end " in TestOffset() 185 errln("Error: After setting offset to end of the string, we should " in TestOffset() 200 errln(msg1 + offset + msg2 + test1.length()); in TestOffset() 210 errln("setOffset failed."); in TestOffset() 226 errln("Error: in creation of Spanish collator - %s", u_errorName(status)); in TestOffset() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | TestUScriptRun.java | 73 …errln("Incorrect start offset for run " + run + ": expected " + runStarts[run] + ", got " + runSta… in CheckScriptRuns() 77 …errln("Incorrect limit offset for run " + run + ": expected " + runStarts[run + 1] + ", got " + ru… in CheckScriptRuns() 81 …errln("Incorrect script for run " + run + ": expected \"" + UScript.getName(testData[run].runScrip… in CheckScriptRuns() 94 errln("Incorrect number of runs: expected " + testData.length + ", got " + run); in CheckScriptRuns() 107 … errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 114 … errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 121 … errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 128 … errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 135 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 142 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() [all …]
|
D | UTF16Test.java | 63 errln("FAIL Comparing char array append and string append " + in TestAppend() 74 errln("FAIL Counting code points in string appended with " + in TestAppend() 84 errln("fail appendCodePoint"); in TestAppend() 112 errln("FAIL checking bound type at index " + i); in TestBounds() 115 errln("FAIL checking bound type at index " + i); in TestBounds() 118 errln("FAIL checking bound type at index " + i); in TestBounds() 131 errln("FAIL Out of bounds index in bounds should fail"); in TestBounds() 139 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds() 153 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds() 166 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | TestUScriptRun.java | 76 …errln("Incorrect start offset for run " + run + ": expected " + runStarts[run] + ", got " + runSta… in CheckScriptRuns() 80 …errln("Incorrect limit offset for run " + run + ": expected " + runStarts[run + 1] + ", got " + ru… in CheckScriptRuns() 84 …errln("Incorrect script for run " + run + ": expected \"" + UScript.getName(testData[run].runScrip… in CheckScriptRuns() 97 errln("Incorrect number of runs: expected " + testData.length + ", got " + run); in CheckScriptRuns() 110 … errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 117 … errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 124 … errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 131 … errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 138 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 145 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() [all …]
|
D | UTF16Test.java | 66 errln("FAIL Comparing char array append and string append " + in TestAppend() 77 errln("FAIL Counting code points in string appended with " + in TestAppend() 87 errln("fail appendCodePoint"); in TestAppend() 115 errln("FAIL checking bound type at index " + i); in TestBounds() 118 errln("FAIL checking bound type at index " + i); in TestBounds() 121 errln("FAIL checking bound type at index " + i); in TestBounds() 134 errln("FAIL Out of bounds index in bounds should fail"); in TestBounds() 142 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds() 156 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds() 169 errln("FAILED Subarray bounds in [" + start + ", " + limit + in TestBounds() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDecimalFormatSymbols.java | 48 errln("ERROR: English DecimalFormatSymbols equal to French"); in TestSymbols() 54 errln("ERROR: getLocale failed"); in TestSymbols() 57 errln("ERROR: getULocale failed"); in TestSymbols() 61 errln("ERROR: getLocale failed"); in TestSymbols() 64 errln("ERROR: getULocale failed"); in TestSymbols() 70 errln("ERROR: get/set ZeroDigit failed"); in TestSymbols() 76 errln("ERROR: get/set DigitStrings failed"); in TestSymbols() 82 errln("ERROR: get/set SignificantDigit failed"); in TestSymbols() 88 errln("ERROR: get/set Currency failed"); in TestSymbols() 94 errln("ERROR: get/set GroupingSeparator failed"); in TestSymbols() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDecimalFormatSymbols.java | 51 errln("ERROR: English DecimalFormatSymbols equal to French"); in TestSymbols() 57 errln("ERROR: getLocale failed"); in TestSymbols() 60 errln("ERROR: getULocale failed"); in TestSymbols() 64 errln("ERROR: getLocale failed"); in TestSymbols() 67 errln("ERROR: getULocale failed"); in TestSymbols() 73 errln("ERROR: get/set ZeroDigit failed"); in TestSymbols() 79 errln("ERROR: get/set DigitStrings failed"); in TestSymbols() 85 errln("ERROR: get/set SignificantDigit failed"); in TestSymbols() 91 errln("ERROR: get/set Currency failed"); in TestSymbols() 97 errln("ERROR: get/set GroupingSeparator failed"); in TestSymbols() [all …]
|
D | GlobalizationPreferencesTest.java | 51 errln("FAIL: The default locale of the test environment must be en_US"); in TestDefault() 60 errln("FAIL: The primary locale is not en_US"); in TestDefault() 67 errln("FAIL: The secondary locale is not en"); in TestDefault() 73 errln("FAIL: Number of locales must be 2"); in TestDefault() 81 errln("FAIL: The calendar locale must match with the default JVM locale"); in TestDefault() 89 errln("FAIL: The collator locale must match with the default JVM locale"); in TestDefault() 97 errln("FAIL: The break iterator locale must match with the default JVM locale"); in TestDefault() 115 errln("FAIL: The number format locale must match with the default JVM locale"); in TestDefault() 124 errln("FAIL: This object is not yet frozen"); in TestFreezable() 135 errln("FAIL: reset() must not throw an exception before frozen"); in TestFreezable() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | StringTokenizerTest.java | 69 errln("Constructor with default delimiter gives wrong results"); in TestConstructors() 76 errln("Constructor with a UnicodeSet to ignoreWhiteSpace is " + in TestConstructors() 87 … errln("Constructor with default delimiter and delimiter tokens gives wrong results"); in TestConstructors() 101 errln("Constructor with null delimiter gives wrong results"); in TestConstructors() 115 errln("Constructor with empty delimiter gives wrong results"); 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() 138 errln("null string should throw an exception"); in TestConstructors() 145 errln("null string should throw an exception"); in TestConstructors() [all …]
|
D | ICUResourceBundleTest.java | 92 errln("Unexpected exception: "+ ex); in TestGetResources() 102 errln("Did not get the expected output for Weekend data"); in TestResourceBundleWrapper() 109 errln("wrapper mechanism failed for bogus locale."); in TestResourceBundleWrapper() 115 errln("Did not get the expected exception"); in TestResourceBundleWrapper() 130 errln("could not create the resource bundle"); in TestJB3879() 142 errln("could not create the resource bundle"); in TestOpen() 155 errln("Failed to get the items from number patterns table in bundle: "+ in TestOpen() 172 errln("Failed to get the items from number symbols table in bundle: "+ in TestOpen() 180 errln("could not create the resource bundle"); in TestOpen() 185 …errln("UResourceBundle did not load the default bundle when bundle was not found. Default: " + ULo… in TestOpen() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 66 errln("Constructor with default delimiter gives wrong results"); in TestConstructors() 73 errln("Constructor with a UnicodeSet to ignoreWhiteSpace is " + in TestConstructors() 84 … errln("Constructor with default delimiter and delimiter tokens gives wrong results"); in TestConstructors() 98 errln("Constructor with null delimiter gives wrong results"); in TestConstructors() 112 errln("Constructor with empty delimiter gives wrong results"); in TestConstructors() 117 errln("null string should throw an exception"); in TestConstructors() 123 errln("null string should throw an exception"); in TestConstructors() 129 errln("null string should throw an exception"); in TestConstructors() 135 errln("null string should throw an exception"); in TestConstructors() 142 errln("null string should throw an exception"); in TestConstructors() [all …]
|
D | ICUResourceBundleTest.java | 89 errln("Unexpected exception: "+ ex); in TestGetResources() 99 errln("Did not get the expected output for Weekend data"); in TestResourceBundleWrapper() 106 errln("wrapper mechanism failed for bogus locale."); in TestResourceBundleWrapper() 112 errln("Did not get the expected exception"); in TestResourceBundleWrapper() 127 errln("could not create the resource bundle"); in TestJB3879() 139 errln("could not create the resource bundle"); in TestOpen() 152 errln("Failed to get the items from number patterns table in bundle: "+ in TestOpen() 169 errln("Failed to get the items from number symbols table in bundle: "+ in TestOpen() 177 errln("could not create the resource bundle"); in TestOpen() 182 …errln("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/timescale/ |
D | TimeScaleAPITest.java | 45 errln("bigDecimalFrom(bigZero, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromBigDecimal() 54 errln("bigDecimalFrom(bigZero, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromBigDecimal() 60 errln("from(bigZero, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromBigDecimal() 71 errln("bigDecimalFrom(0.0, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromDouble() 80 errln("bigDecimalFrom(0.0, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromDouble() 86 errln("from(0.0, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromDouble() 97 errln("bigDecimalFrom(0L, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromLong() 106 errln("bigDecimalFrom(0L, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromLong() 112 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromLong() 125 errln("from(0L, -1) did not throw IllegalArgumentException."); in TestFromLong() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/ |
D | TimeScaleAPITest.java | 42 errln("bigDecimalFrom(bigZero, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromBigDecimal() 51 errln("bigDecimalFrom(bigZero, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromBigDecimal() 57 errln("from(bigZero, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromBigDecimal() 68 errln("bigDecimalFrom(0.0, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromDouble() 77 errln("bigDecimalFrom(0.0, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromDouble() 83 errln("from(0.0, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromDouble() 94 errln("bigDecimalFrom(0L, -1) did not throw IllegalArgumentException."); in TestBigDecimalFromLong() 103 errln("bigDecimalFrom(0L, " + scale + ") threw IllegalArgumentException."); in TestBigDecimalFromLong() 109 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException."); in TestBigDecimalFromLong() 122 errln("from(0L, -1) did not throw IllegalArgumentException."); in TestFromLong() [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 48 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/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 113 errln("FAIL: rbtz1 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 116 errln("FAIL: rbtz2 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 119 errln("FAIL: rbtz3 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 124 errln("FAIL: rbtz1 and rbtz2 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone() 127 errln("FAIL: rbtz1 and rbtz3 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone() 131 errln("FAIL: Cloned RuleBasedTimeZone must have the same rules with the original."); in TestSimpleRuleBasedTimeZone() 150 errln("FAIL: Invalid time zone offset: " + offset + " /expected: 0"); in TestSimpleRuleBasedTimeZone() 154 errln("FAIL: Invalid daylight saving time"); in TestSimpleRuleBasedTimeZone() 158 errln("FAIL: Invalid time zone raw offset: " + offsets[0] + " /expected: -3600000"); in TestSimpleRuleBasedTimeZone() 161 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/ |
D | TimeZoneRuleTest.java | 110 errln("FAIL: rbtz1 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 113 errln("FAIL: rbtz2 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 116 errln("FAIL: rbtz3 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 121 errln("FAIL: rbtz1 and rbtz2 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone() 124 errln("FAIL: rbtz1 and rbtz3 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone() 128 errln("FAIL: Cloned RuleBasedTimeZone must have the same rules with the original."); in TestSimpleRuleBasedTimeZone() 147 errln("FAIL: Invalid time zone offset: " + offset + " /expected: 0"); in TestSimpleRuleBasedTimeZone() 151 errln("FAIL: Invalid daylight saving time"); in TestSimpleRuleBasedTimeZone() 155 errln("FAIL: Invalid time zone raw offset: " + offsets[0] + " /expected: -3600000"); in TestSimpleRuleBasedTimeZone() 158 errln("FAIL: Invalid DST amount: " + offsets[1] + " /expected: 3600000"); in TestSimpleRuleBasedTimeZone() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | TestIDNA.java | 96 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 100 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 104 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 111 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 115 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 119 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 126 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 130 errln("Did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 134 …errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); in doTestToUnicode() 147 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/ |
D | TestIDNA.java | 93 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 97 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 101 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 108 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 112 … errln("convertToUnicode did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 116 …errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: … in doTestToUnicode() 123 errln("convertToUnicode did not return expected result with options : "+ options + in doTestToUnicode() 127 errln("Did not get the expected exception. The operation succeeded!"); in doTestToUnicode() 131 …errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); in doTestToUnicode() 144 errln("convertToUnicode did not return expected result with options : "+ options + in doTestIDNToUnicode() [all …]
|