Home | History | Annotate | Download | only in intltest

Lines Matching defs:transStatus

416     UErrorCode transStatus = U_ZERO_ERROR;
418 NamePrepTransform* trans = NamePrepTransform::createInstance(parseError,transStatus);
425 transOutLength = trans->process(src,srcLength,transOut, 0, prepOptions>0, &parseError, transStatus);
426 if( transStatus == U_BUFFER_OVERFLOW_ERROR){
427 transStatus = U_ZERO_ERROR;
429 transOutLength = trans->process(src,srcLength,transOut, transOutLength, prepOptions>0, &parseError, transStatus);