Home | History | Annotate | Download | only in intltest

Lines Matching refs:transStatus

417     UErrorCode transStatus = U_ZERO_ERROR;
419 NamePrepTransform* trans = NamePrepTransform::createInstance(parseError,transStatus);
426 transOutLength = trans->process(src,srcLength,transOut, 0, prepOptions>0, &parseError, transStatus);
427 if( transStatus == U_BUFFER_OVERFLOW_ERROR){
428 transStatus = U_ZERO_ERROR;
430 transOutLength = trans->process(src,srcLength,transOut, transOutLength, prepOptions>0, &parseError, transStatus);