Lines Matching full:errorcode
172 * int32_t length = uidna_nameToASCII(..., &info, &errorCode);173 * if(U_SUCCESS(errorCode) && info.errors!=0) { ... }