Home
last modified time | relevance | path

Searched refs:outErrorCode (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp150 cc.outErrorCode=U_INVALID_CHAR_FOUND; in TestToUnicode()
152 cc.outErrorCode=U_ILLEGAL_CHAR_FOUND; in TestToUnicode()
154 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestToUnicode()
156 cc.outErrorCode=U_ILLEGAL_ESCAPE_SEQUENCE; in TestToUnicode()
158 cc.outErrorCode=U_UNSUPPORTED_ESCAPE_SEQUENCE; in TestToUnicode()
160 cc.outErrorCode=U_ZERO_ERROR; in TestToUnicode()
272 cc.outErrorCode=U_INVALID_CHAR_FOUND; in TestFromUnicode()
274 cc.outErrorCode=U_ILLEGAL_CHAR_FOUND; in TestFromUnicode()
276 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestFromUnicode()
278 cc.outErrorCode=U_ZERO_ERROR; in TestFromUnicode()
[all …]
Dconvtest.h51 UErrorCode outErrorCode; member
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java53 String outErrorCode; // errorCode field in TestConversion.ConversionCase
136 cc.outErrorCode = ((ICUResourceBundle) testcase.getObject("errorCode")).getString(); in TestFromUnicode()
377 logln("ErrorCode expected is: " + cc.outErrorCode); in FromUnicodeCase()
446 logln("ErrorCode expected is: " + cc.outErrorCode); in stepFromUnicode()
476 cc.outErrorCode = ((ICUResourceBundle) testcase.getObject("errorCode")).getString(); in TestToUnicode()
698 logln("ErrorCode expected is: " + cc.outErrorCode); in ToUnicodeCase()
766 logln("ErrorCode expected is: " + cc.outErrorCode); in stepToUnicode()
834 logln("ErrorCode expected is: " + cc.outErrorCode); in stepToUnicode()
894 logln("ErrorCode expected is: " + cc.outErrorCode); in stepToUnicode()
1031 errln("ErrorCode expected is: " + cc.outErrorCode); in TestGetUnicodeSet()