Searched refs:transStatus (Results 1 - 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
H A D | testidna.cpp | 417 UErrorCode transStatus = U_ZERO_ERROR; local 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);
|
Completed in 62 milliseconds