Searched refs:utf16le_string (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | charconv.c | 47 wchar_t *utf16le_string; in cp_to_utf_16le() local 66 utf16le_string = malloc(utf16le_len * sizeof (wchar_t)); in cp_to_utf_16le() 67 if (utf16le_string == NULL) { in cp_to_utf_16le() 79 utf16le_string, utf16le_len); in cp_to_utf_16le() 88 free(utf16le_string); in cp_to_utf_16le() 92 return (utf16le_string); in cp_to_utf_16le() 96 utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string) in utf_16le_to_cp() argument 108 utf16le_string, -1, NULL, 0, NULL, NULL); in utf_16le_to_cp() 133 utf16le_string, -1, cp_string, cp_len, NULL, NULL); in utf_16le_to_cp()
|
H A D | charconv.h | 40 extern char *utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string);
|