Lines Matching full:errorcode
167 UErrorCode errorCode=U_ZERO_ERROR;
169 u_strToUTF8(NULL, 0, &length8, s, length, &errorCode);
170 if(U_SUCCESS(errorCode) || errorCode==U_BUFFER_OVERFLOW_ERROR) {
182 UErrorCode errorCode=U_ZERO_ERROR;
184 u_strToUTF8((char *)t, capacity, &length8, s, length, &errorCode);
185 if(U_SUCCESS(errorCode)) {