Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dcharconv.c46 int utf16le_len; in cp_to_utf_16le() local
53 utf16le_len = MultiByteToWideChar(codepage, flags, cp_string, -1, in cp_to_utf_16le()
55 if (utf16le_len == 0) { in cp_to_utf_16le()
66 utf16le_string = malloc(utf16le_len * sizeof (wchar_t)); in cp_to_utf_16le()
78 utf16le_len = MultiByteToWideChar(codepage, flags, cp_string, -1, in cp_to_utf_16le()
79 utf16le_string, utf16le_len); in cp_to_utf_16le()
80 if (utf16le_len == 0) { in cp_to_utf_16le()