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

  /external/chromium_org/third_party/icu/source/test/perf/convperf/
convperf.h 193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen);
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar);
  /external/icu4c/test/perf/convperf/
convperf.h 193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen);
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar);

Completed in 82 milliseconds