OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 39 milliseconds