Searched refs:utf8_to_wchar (Results 1 – 2 of 2) sorted by relevance
62 utf8_to_wchar(const char *s, int *err) in utf8_to_wchar() function98 wchar_t *ws = utf8_to_wchar(pszFile, err); in FNFCIOPEN()143 wchar_t *ws = utf8_to_wchar(pszFile, err); in FNFCIDELETE()212 wchar_t *ws = utf8_to_wchar(pszName, err); in FNFCIGETOPENINFO()
57 static const char *utf8_to_wchar(const char *input, wchar_t *wc, in utf8_to_wchar() function126 inp = utf8_to_wchar(inp, &wc, insize - (inp - input)); in utf8_to_utf16()