Searched refs:winSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/perf/convperf/
H A Dconvperf.h193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen); local
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar); local
/external/icu4c/test/perf/convperf/
H A Dconvperf.h193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen); local
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar); local

Completed in 11 milliseconds