OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wideChar
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/MagickCore/
utility-private.h
55
*
wideChar
;
78
wideChar
=(wchar_t *) AcquireQuantumMemory(count-3,sizeof(*
wideChar
));
79
wcscpy(
wideChar
,shortPath+4);
80
return(
wideChar
);
82
wideChar
=(wchar_t *) AcquireQuantumMemory(count,sizeof(*
wideChar
));
83
if (
wideChar
== (wchar_t *) NULL)
85
count=MultiByteToWideChar(CP_UTF8,0,utf8,-1,
wideChar
,count);
88
wideChar
=(wchar_t *) RelinquishMagickMemory(wideChar)
[
all
...]
nt-base.c
174
static inline char *create_utf8_string(const wchar_t *
wideChar
)
182
count=WideCharToMultiByte(CP_UTF8,0,
wideChar
,-1,NULL,0,NULL,NULL);
188
count=WideCharToMultiByte(CP_UTF8,0,
wideChar
,-1,utf8,count,NULL,NULL);
[
all
...]
Completed in 154 milliseconds