Lines Matching refs:outErrorCode
150 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()
1203 } else if(cc.outErrorCode!=resultErrorCode) { in checkToUnicode()
1248 u_errorName(cc.outErrorCode), u_errorName(resultErrorCode), in checkToUnicode()
1654 } else if(cc.outErrorCode!=resultErrorCode) { in checkFromUnicode()
1699 u_errorName(cc.outErrorCode), u_errorName(resultErrorCode), in checkFromUnicode()