Home
last modified time | relevance | path

Searched refs:cp_to_utf_16le (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Dcharconv.c43 cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags) in cp_to_utf_16le() function
175 utf_16_errbuf = cp_to_utf_16le(CP_UTF8, errbuf, 0); in utf_8_to_acp_truncated()
Dcharconv.h39 extern wchar_t *cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags);
Dsavefile.c280 utf16_path = cp_to_utf_16le(CP_UTF8, path, in charset_fopen()