Lines Matching full:errorcode
221 UErrorCode errorCode;
228 errorCode=U_ZERO_ERROR;
233 FALSE, &errorCode);
256 FALSE, &errorCode);
258 if(U_FAILURE(errorCode)) {
260 u_errorName(errorCode));
261 exit(errorCode);
829 UErrorCode errorCode=U_ZERO_ERROR;
830 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode);
831 if( (U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR) ||