Home
last modified time | relevance | path

Searched refs:utf8_to_wchar (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/PC/
D_msi.c62 utf8_to_wchar(const char *s, int *err) in utf8_to_wchar() function
98 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()
/external/f2fs-tools/lib/
Dlibf2fs.c57 static const char *utf8_to_wchar(const char *input, wchar_t *wc, in utf8_to_wchar() function
126 inp = utf8_to_wchar(inp, &wc, insize - (inp - input)); in utf8_to_utf16()