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

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

Completed in 114 milliseconds