HomeSort by relevance Sort by last modified time
    Searched refs:transStatus (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp 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);
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp 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);
    [all...]

Completed in 36 milliseconds