Lines Matching refs:wideChar
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);
91 return(wideChar);