Home
last modified time | relevance | path

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

12345

/external/icu4c/test/intltest/
Dustrtest.cpp83 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
87 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\""); in TestBasicManipulation()
94 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
99 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
108 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); in TestBasicManipulation()
113 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); in TestBasicManipulation()
116 errln("length() failed: expected 70, got " + test1.length()); in TestBasicManipulation()
118 errln("length() failed: expected 30, got " + test2.length()); in TestBasicManipulation()
123errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify… in TestBasicManipulation()
126 errln("append or length failed for UChar32, expected 2, got " + test3.length()); in TestBasicManipulation()
[all …]
Dstrtest.cpp36 errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h"); in TestEndian()
42errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in… in TestSizeofTypes()
45 errln("int64_t and uint64_t are undefined."); in TestSizeofTypes()
48 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h"); in TestSizeofTypes()
51 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h"); in TestSizeofTypes()
55 errln("8!=sizeof(double) - putil.c code may not work"); in TestSizeofTypes()
58 errln("4!=sizeof(int32_t)"); in TestSizeofTypes()
61 errln("4!=sizeof(uint32_t)"); in TestSizeofTypes()
64 errln("2!=sizeof(int16_t)"); in TestSizeofTypes()
67 errln("2!=sizeof(uint16_t)"); in TestSizeofTypes()
[all …]
Dcitrtest.cpp168 errln("Failed: firstPostInc() failed"); in TestCoverage()
171 errln("Failed: getIndex()."); in TestCoverage()
174 errln("Failed: getLength()"); in TestCoverage()
178 errln("Failed: setToStart()."); in TestCoverage()
182 errln("Failed: setToEnd()."); in TestCoverage()
185 errln("Failed: startIndex()"); in TestCoverage()
189 errln("Failed: first32PostInc() failed"); in TestCoverage()
211 errln("Construction failed: startIndex is negative"); in TestConstructionAndEquality()
213 errln("Construction failed: endIndex is greater than the text length"); in TestConstructionAndEquality()
215 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 …]
Dcntabcol.cpp32errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status)); in TestGrowTable()
41errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status)); in TestGrowTable()
45 errln("Error: expected %i, got %i\n", i, res); in TestGrowTable()
59errln("Error setting a non existing contraction error = %i (%s)\n", status, u_errorName(status)); in TestSetContraction()
67 errln("changing a non-existing offset should have resulted in an error\n"); in TestSetContraction()
82errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status)); in TestAddATableElement()
91errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status)); in TestAddATableElement()
95 errln("Error: expected %i, got %i\n", i, res); in TestAddATableElement()
112errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status)); in TestClone()
118 errln("Error constructing table error = %i (%s)\n", status, u_errorName(status)); in TestClone()
[all …]
Ddcfmapts.cpp33errln((UnicodeString)"ERROR: Could not set default locale, test may not give correct results"); in runIndexedTest()
83 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern)"); in testAPI()
90 errln((UnicodeString)"ERROR: Could not create DecimalFormatSymbols (French)"); in testAPI()
97 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)"); in testAPI()
103 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols)"); in testAPI()
113 errln((UnicodeString)"ERROR: Copy constructor or == failed"); in testAPI()
118 errln((UnicodeString)"ERROR: Assignment (or !=) failed"); in testAPI()
123 errln((UnicodeString)"ERROR: Clone() failed"); in testAPI()
148 errln((UnicodeString)"ERROR: format(Formattable [double]) failed"); in testAPI()
155 errln((UnicodeString)"ERROR: format(Formattable [long]) failed"); in testAPI()
[all …]
Ditercoll.cpp101 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()
135errln("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()
241 errln("iter2->next() returned an error."); in TestSetText()
[all …]
Dsdtfmtts.cpp32errln("ERROR: Could not set default locale, test may not give correct results"); in runIndexedTest()
67 errln("ERROR: Could not create SimpleDateFormat (pattern) - %s", u_errorName(status)); in testAPI()
73 errln("ERROR: Could not create SimpleDateFormat (pattern French)"); in testAPI()
79 errln("ERROR: Could not create DateFormatSymbols (French)"); in testAPI()
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)"); in testAPI()
99errln("ERROR: Could not create SimpleDateFormat (pattern, override) - %s", u_errorName(status)); in testAPI()
105errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale) - %s", u_errorName(sta… in testAPI()
112errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) wit… in testAPI()
123 errln("ERROR: Copy constructor (or ==) failed"); in testAPI()
128 errln("ERROR: Assignment (or !=) failed"); in testAPI()
[all …]
Dsrchtest.cpp61 errln("Collator creation failed with %s", u_errorName(status)); in StringSearchTest()
265 errln("Error setting USEARCH_ELEMENT_COMPARISON attribute %s", u_errorName(status)); in assertEqualWithStringSearch()
271 errln("Error with the initialization of match start and length"); in assertEqualWithStringSearch()
281 errln("Text: %s", str); in assertEqualWithStringSearch()
283 errln("Pattern: %s", str); in assertEqualWithStringSearch()
284 errln("Error next match found at %d (len:%d); expected %d (len:%d)", in assertEqualWithStringSearch()
298 errln("Error getting next matched text"); in assertEqualWithStringSearch()
307 errln("Text: %s", str); in assertEqualWithStringSearch()
309 errln("Pattern: %s", str); in assertEqualWithStringSearch()
310 errln("Error next match found at %d (len:%d); expected <NO MATCH>", in assertEqualWithStringSearch()
[all …]
Dtrnserr.cpp76 errln("FAIL: Out of bounds check failed (1)."); in TestTransliteratorErrors()
79 errln("FAIL: Transliterate fails and the target string was modified."); in TestTransliteratorErrors()
83 errln("FAIL: Out of bounds check failed (2)."); in TestTransliteratorErrors()
86 errln("FAIL: Transliterate fails and the target string was modified."); in TestTransliteratorErrors()
92 errln("FAIL: Start offset is out of bounds, error not reported.\n"); in TestTransliteratorErrors()
99 errln("FAIL: Limit offset is out of bounds, error not reported.\n"); in TestTransliteratorErrors()
108errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expec… in TestTransliteratorErrors()
110 errln("FAIL: Error code wasn't set either."); in TestTransliteratorErrors()
120errln("FAIL: Test insertion with character: the transliteration position limit didn't change as ex… in TestTransliteratorErrors()
122 errln("FAIL: Error code wasn't set either."); in TestTransliteratorErrors()
[all …]
Ditutil.cpp108 errln("ErrorCode did not initialize properly"); in TestErrorCode()
113 errln("ErrorCode did not format error message string properly"); in TestErrorCode()
117 errln("ErrorCode did not yield a writable reference"); in TestErrorCode()
121 errln("ErrorCode did not yield a writable pointer"); in TestErrorCode()
125 errln("ErrorCode.set() failed"); in TestErrorCode()
130 errln("ErrorCode did not reset properly"); in TestErrorCode()
159 errln("ErrorCode did not initialize properly"); in TestSubclass()
164 errln("ErrorCode.assertSuccess() called handleFailure() despite success"); in TestSubclass()
168 errln("ErrorCode did not yield a writable reference"); in TestSubclass()
172 errln("ErrorCode.assertSuccess() did not handleFailure()"); in TestSubclass()
[all …]
Dpptest.cpp42 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status)); in failure()
56 errln("*** PP getIndex or constructor() result"); in TestParsePosition()
65 errln("*** PP getIndex or constructor(int32_t) result"); in TestParsePosition()
71 errln("*** PP getIndex or setIndex result"); in TestParsePosition()
82 errln("*** PP not equals fails"); in TestParsePosition()
87errln(UnicodeString("*** PP equals fails (") + pp3.getIndex() + " != " + pp4.getIndex() + ")"); in TestParsePosition()
95 errln("*** PP operator= operator== or operator != result"); in TestParsePosition()
100 errln("ParsePosition.clone() failed"); in TestParsePosition()
112 errln("*** FP constructor(int) or getField"); in TestFieldPosition()
119 errln("*** FP Constructor(FP&)"); in TestFieldPosition()
[all …]
Dtsputil.cpp86 errln(UnicodeString("FAIL: got NaN as result without NaN as argument"));
87errln(UnicodeString(" IEEEremainder(") + x + ", " + y + ") is " + result + ", expected " + ex…
90errln(UnicodeString("FAIL: IEEEremainder(") + x + ", " + y + ") is " + result + ", expected " + ex…
194 errln(UnicodeString("FAIL: got NaN as result without NaN as argument")); in maxMinTest()
196errln(UnicodeString(" max(") + a + ", " + b + ") is " + result + ", expected " + exp); in maxMinTest()
198errln(UnicodeString(" min(") + a + ", " + b + ") is " + result + ", expected " + exp); in maxMinTest()
202errln(UnicodeString("FAIL: max(") + a + ", " + b + ") is " + result + ", expected " + exp); in maxMinTest()
204errln(UnicodeString("FAIL: min(") + a + ", " + b + ") is " + result + ", expected " + exp); in maxMinTest()
246 errln("FAIL: isInfinite(+Infinity) returned FALSE, should be TRUE."); in testPositiveInfinity()
250 errln("FAIL: isPositiveInfinity(+Infinity) returned FALSE, should be TRUE."); in testPositiveInfinity()
[all …]
Ddadrcal.cpp113 errln(caseString+": Unable to get param '"+param+"' " in testOps()
120 errln(caseString+": Unable to instantiate calendar for " in testOps()
130 errln(caseString+": Unable to get parameter '"+param+"' " in testOps()
140 errln(caseString+": Failed to parse '"+param+"' parameter: " in testOps()
150 errln(caseString+": Unable to get parameter '"+param+"' " in testOps()
155 errln(caseString+": Failed to parse '"+param+"' parameter: " in testOps()
166 errln(caseString+": Unable to get parameter '"+param+"' " in testOps()
172 errln(caseString+": Failed to parse '"+param+"' parameter: " in testOps()
182 errln(caseString+": Unable to get parameter '"+param+"' " in testOps()
191 errln(caseString+": Failed to parse '"+param+"' parameter: " in testOps()
[all …]
Dtsdcfmsy.cpp52 errln("ERROR: English DecimalFormatSymbols equal to French"); in testSymbols()
60 errln("ERROR: get/set ZeroDigit failed"); in testSymbols()
66 errln("ERROR: get/set GroupingSeparator failed"); in testSymbols()
72 errln("ERROR: get/set DecimalSeparator failed"); in testSymbols()
78 errln("ERROR: get/set PerMill failed"); in testSymbols()
84 errln("ERROR: get/set Percent failed"); in testSymbols()
90 errln("ERROR: get/set Percent failed"); in testSymbols()
96 errln("ERROR: get/set PatternSeparator failed"); in testSymbols()
103 errln("ERROR: get/set Infinity failed"); in testSymbols()
110 errln("ERROR: get/set NaN failed"); in testSymbols()
[all …]
Dselfmts.cpp111errln("\nERROR: Unexpected result - SelectFormat Unit Test failed to detect syntax error with patt… in selectFormatUnitTest()
135 errln("ERROR: SelectFormat Unit Test constructor failed in unit tests.- exitting"); in selectFormatUnitTest()
148 errln("ERROR: SelectFormat Unit Test failed to apply pattern- "+patternTestData[i] ); in selectFormatUnitTest()
157errln("ERROR: SelectFormat Unit test failed in format() with argument: "+ formatArgs[j] + " and er… in selectFormatUnitTest()
160errln("ERROR: SelectFormat Unit test failed in format() with unexpected result\n with argument: "… in selectFormatUnitTest()
190errln("ERROR: SelectFormat Unit test failed in format() with keyWord and with an invalid keyword a… in selectFormatUnitTest()
217errln("ERROR: SelectFormat API test constructor with pattern and status failed! with %s\n", u_erro… in selectFormatAPITest()
226 errln("ERROR: SelectFormat API test Failed in copy constructor or == operator!"); in selectFormatAPITest()
236 errln("ERROR: SelectFormat API test clone test failed!"); in selectFormatAPITest()
239 errln("ERROR: SelectFormat API test clone test failed with NULL!"); in selectFormatAPITest()
[all …]
Dcaltest.cpp26 #define TEST_CHECK_STATUS {if (U_FAILURE(status)) {errln("%s:%d: Test failure. status=%s", \
29 #define TEST_ASSERT(expr) {if ((expr)==FALSE) {errln("%s:%d: Test failure \n", __FILE__, __LINE__);…
339 if (*zone != cal->getTimeZone()) errln("FAIL: Calendar::getTimeZone failed"); in TestGenericAPI()
347 if (!(*cal == *cal2)) errln("FAIL: Calendar::operator== failed"); in TestGenericAPI()
348 if ((*cal != *cal2)) errln("FAIL: Calendar::operator!= failed"); in TestGenericAPI()
352 U_FAILURE(status)) errln("FAIL: equals/before/after failed"); in TestGenericAPI()
364 U_FAILURE(status)) errln("FAIL: equals/before/after failed after setTime(+1000)"); in TestGenericAPI()
377 errln("FAIL: equals[%c]/before[%c]/after[%c] failed after roll 1 second [should be T/F/F]", in TestGenericAPI()
391 U_FAILURE(status)) errln("FAIL: equals/before/after failed after rollback to January"); in TestGenericAPI()
396 errln("FAIL: orphanTimeZone failed"); in TestGenericAPI()
[all …]
Dloctest.cpp138 errln("FAIL: " #test " was not true. In " __FILE__ " on line %d", __LINE__ ); \
156 errln("FAIL: " #test " was not true. " + UnicodeString(print) ); \
253 errln(" Language code mismatch: " + temp + " versus " in TestBasicGetters()
256 errln(" Script code mismatch: " + temp + " versus " in TestBasicGetters()
259 errln(" Country code mismatch: " + temp + " versus " in TestBasicGetters()
262 errln(" Variant code mismatch: " + temp + " versus " in TestBasicGetters()
265 errln(" Locale name mismatch: " + temp + " versus " in TestBasicGetters()
281 errln("Language code mismatch: " + temp + " versus " in TestBasicGetters()
284 errln("Script code mismatch: " + temp + " versus " in TestBasicGetters()
287 errln("Country code mismatch: " + temp + " versus " in TestBasicGetters()
[all …]
Dtztest.cpp91 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE"); in TestGenericAPI()
94 if (!(*zoneclone == *zone)) errln("FAIL: clone or operator== failed"); in TestGenericAPI()
96 if (!(*zoneclone != *zone)) errln("FAIL: clone or operator!= failed"); in TestGenericAPI()
100 if (!(*zoneclone == *zone)) errln("FAIL: clone or operator== failed"); in TestGenericAPI()
102 if (!(*zoneclone != *zone)) errln("FAIL: clone or operator!= failed"); in TestGenericAPI()
105 if (!(copy == *zone)) errln("FAIL: copy constructor or operator== failed"); in TestGenericAPI()
107 if (!(copy == *zoneclone)) errln("FAIL: assignment operator or operator== failed"); in TestGenericAPI()
123 errln("FAIL: t_timezone may be incorrect. It is not 28800"); in TestGenericAPI()
141 errln("FAIL: createDefault failed"); in TestGenericAPI()
152 errln((UnicodeString)"FAIL: getTZDataVersion returned " + tzver); in TestGenericAPI()
[all …]
Dstrcase.cpp79 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion()
85 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion()
95 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion()
101 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion()
108 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test3 + "\"."); in TestCaseConversion()
115 errln("toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion()
122 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion()
147errln("error in toLower(root locale)=\"" + s + "\" expected \"" + UnicodeString(FALSE, lowerRoot, … in TestCaseConversion()
156errln("error in toLower(turkish locale)=\"" + s + "\" expected \"" + UnicodeString(FALSE, lowerTur… in TestCaseConversion()
165errln("error in toUpper(root locale)=\"" + s + "\" expected \"" + UnicodeString(FALSE, upperRoot, … in TestCaseConversion()
[all …]
Dplurults.cpp108 errln("ERROR: clone plural rules test failed!"); in testAPI()
112 errln("ERROR: clone plural rules test failed!"); in testAPI()
118 errln("ERROR: clone plural rules test failed!"); in testAPI()
130 errln("ERROR: empty plural rules test failed! - exitting"); in testAPI()
144 errln("ERROR: simple plural rules failed! - exitting"); in testAPI()
172 errln("ERROR: complex plural rules failed! - exitting"); in testAPI()
177 errln("ERROR: complex plural rules failed! - exitting"); in testAPI()
195 errln("ERROR: plural rules for decimal fractions test failed!"); in testAPI()
203 errln("ERROR: complex plural rules failed! - exitting"); in testAPI()
212 errln("ERROR: getDynamicClassID() didn't return the expected value"); in testAPI()
[all …]
Ddadrfmt.cpp132 errln("case %d: No 'locale' line.", n); in testConvertDate()
137 errln("case %d: No 'zone' line.", n); in testConvertDate()
142 errln("case %d: No 'spec' line.", n); in testConvertDate()
147 errln("case %d: No 'date' line.", n); in testConvertDate()
152 errln("case %d: No 'str' line.", n); in testConvertDate()
166errln("case %d: could not create SimpleDateFormat from pattern: %s", n, u_errorName(status)); in testConvertDate()
171 errln("case %d: could not parse spec as style fields: %s", n, u_errorName(status)); in testConvertDate()
176 errln("case %d: could not create SimpleDateFormat from styles.", n); in testConvertDate()
183 errln("case %d: could not create calendar from %s", n, calLoc); in testConvertDate()
205errln("case %d: could not parse date as RELATIVE_ADD calendar fields: %s", n, u_errorName(status)); in testConvertDate()
[all …]
Drbbiapts.cpp36 errln("Test Failure at file %s, line %d: \"%s\" is false.\n", __FILE__, __LINE__, #expr);};}
66 errln((UnicodeString)"ERROR:1 RBBI's == and != operator failed."); in TestCloneEquals()
70 errln((UnicodeString)"ERROR:2 RBBI's == and != operator failed."); in TestCloneEquals()
88 errln((UnicodeString)"FAIL : in construction of default iterator"); in TestCloneEquals()
92 errln((UnicodeString)"ERROR: iterators should not compare =="); in TestCloneEquals()
96 errln((UnicodeString)"ERROR: iterators should compare =="); in TestCloneEquals()
104 errln(UnicodeString("ERROR: strings should not be equal before assignment.")); in TestCloneEquals()
108 errln(UnicodeString("ERROR: strings should be equal before assignment.")); in TestCloneEquals()
114 errln(UnicodeString("ERROR: iterators behaved differently after assignment.")); in TestCloneEquals()
118 errln(UnicodeString("ERROR: iterator.next() failed after deleting copy.")); in TestCloneEquals()
[all …]
Dtmsgfmt.cpp136 errln("Err: Number Format "); in testBug3()
149 errln("Err: Number Format parse"); in testBug3()
167 errln("ChoiceFormat cmp in testBug1"); in testBug1()
187 errln("MessageFormat::toPattern() failed."); in testBug2()
311 errln(UnicodeString("TestMessageFormat::PatternTest failed test #2, i = ") + i); in PatternTest()
313 errln(((UnicodeString)" Orig: ") + testCases[i]); in PatternTest()
314 errln(((UnicodeString)" Exp: ") + testCases[i]); in PatternTest()
315 errln(((UnicodeString)" Got: ") + buffer); in PatternTest()
329 errln("TestMessageFormat::PatternTest failed test #4"); in PatternTest()
347 errln("MessageFormat failed test #5"); in PatternTest()
[all …]
Duts46test.cpp118 errln("T.nameToASCII(www.example.com) info.errors=%04lx result matches=%d %s", in TestAPI()
124 errln("T.nameToUnicode(U_FAILURE) did not preserve the errorCode " in TestAPI()
133 errln("N.labelToASCII(bogus) did not set illegal-argument-error " in TestAPI()
145 errln("N.labelToASCII(label-with-dot) failed with errors %04lx - %s", in TestAPI()
154 errln("N.labelToUnicodeUTF8(StringPiece(NULL, 5)) did not set illegal-argument-error ", in TestAPI()
163 errln("N.nameToASCII_UTF8(empty) failed - %s", in TestAPI()
172 errln("N.nameToUnicode_UTF8(U_FAILURE) did not preserve the errorCode " in TestAPI()
184 errln("T.labelToUnicodeUTF8(a sharp-s) failed - %s", in TestAPI()
198 errln("T.nameToUnicodeUTF8(eXampLe.cOm) failed - %s", in TestAPI()
218 errln("notSTD3.nameToUnicode(non-LDH ASCII) unexpected errors %04lx string %s", in TestNotSTD3()
[all …]

12345