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

/external/ImageMagick/MagickCore/
H A Dutility-private.h55 *wideChar; local
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
[all...]
H A Dnt-base.c174 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);
171 create_utf8_string(const wchar_t *wideChar) argument

Completed in 2086 milliseconds