OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wDest
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/test/perf/ustrperf/
stringperf.h
274
wchar_t*
wDest
= NULL;
280
u_strToWCS(
wDest
,wDestLen,&reqLen,uSrc,uSrcLen,&err);
284
wDest
=(wchar_t*) malloc(sizeof(wchar_t) * (reqLen));
286
u_strToWCS(
wDest
,wDestLen,&reqLen,uSrc,uSrcLen,&err);
290
wsrc_ =
wDest
;
297
u_strToWCS(
wDest
,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
301
wDest
=(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1));
303
u_strToWCS(
wDest
,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
307
wsrc_ =
wDest
;
313
//free(
wDest
);
[
all
...]
/external/icu4c/test/cintltst/
custrtrn.c
[
all
...]
/external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dtypes.h
786
WORD
wDest
; /* Index to first vertex in local buffer */
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H
786
WORD
wDest
; /* Index to first vertex in local buffer */
Completed in 1018 milliseconds