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

  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp 422 UChar *transOut=NULL, *prepOut=NULL;
426 transOutLength = trans->process(src,srcLength,transOut, 0, prepOptions>0, &parseError, transStatus);
429 transOut = (UChar*) malloc(U_SIZEOF_UCHAR * transOutLength);
430 transOutLength = trans->process(src,srcLength,transOut, transOutLength, prepOptions>0, &parseError, transStatus);
441 if(UnicodeString(transOut,transOutLength)!= UnicodeString(prepOut, prepOutLength)){
442 errln("Failed. Expected: " + prettify(UnicodeString(transOut, transOutLength))
445 free(transOut);
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp 422 UChar *transOut=NULL, *prepOut=NULL;
426 transOutLength = trans->process(src,srcLength,transOut, 0, prepOptions>0, &parseError, transStatus);
429 transOut = (UChar*) malloc(U_SIZEOF_UCHAR * transOutLength);
430 transOutLength = trans->process(src,srcLength,transOut, transOutLength, prepOptions>0, &parseError, transStatus);
441 if(UnicodeString(transOut,transOutLength)!= UnicodeString(prepOut, prepOutLength)){
442 errln("Failed. Expected: " + prettify(UnicodeString(transOut, transOutLength))
445 free(transOut);
    [all...]

Completed in 2154 milliseconds