Lines Matching refs:outErrorCode
148 cc.outErrorCode=U_INVALID_CHAR_FOUND; in TestToUnicode()
150 cc.outErrorCode=U_ILLEGAL_CHAR_FOUND; in TestToUnicode()
152 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestToUnicode()
154 cc.outErrorCode=U_ILLEGAL_ESCAPE_SEQUENCE; in TestToUnicode()
156 cc.outErrorCode=U_UNSUPPORTED_ESCAPE_SEQUENCE; in TestToUnicode()
158 cc.outErrorCode=U_ZERO_ERROR; in TestToUnicode()
270 cc.outErrorCode=U_INVALID_CHAR_FOUND; in TestFromUnicode()
272 cc.outErrorCode=U_ILLEGAL_CHAR_FOUND; in TestFromUnicode()
274 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestFromUnicode()
276 cc.outErrorCode=U_ZERO_ERROR; in TestFromUnicode()
1318 } else if(cc.outErrorCode!=resultErrorCode) { in checkToUnicode()
1363 u_errorName(cc.outErrorCode), u_errorName(resultErrorCode), in checkToUnicode()
1769 } else if(cc.outErrorCode!=resultErrorCode) { in checkFromUnicode()
1814 u_errorName(cc.outErrorCode), u_errorName(resultErrorCode), in checkFromUnicode()