Searched refs:utf16le_string (Results 1 – 2 of 2) sorted by relevance
/external/libpcap/ |
D | charconv.c | 46 wchar_t *utf16le_string; in cp_to_utf_16le() local 65 utf16le_string = malloc(utf16le_len * sizeof (wchar_t)); in cp_to_utf_16le() 66 if (utf16le_string == NULL) { in cp_to_utf_16le() 78 utf16le_string, utf16le_len); in cp_to_utf_16le() 87 free(utf16le_string); in cp_to_utf_16le() 91 return (utf16le_string); in cp_to_utf_16le() 95 utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string) in utf_16le_to_cp() argument 107 utf16le_string, -1, NULL, 0, NULL, NULL); in utf_16le_to_cp() 132 utf16le_string, -1, cp_string, cp_len, NULL, NULL); in utf_16le_to_cp()
|
D | charconv.h | 40 extern char *utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string);
|