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