Searched refs:utf16le_len (Results 1 – 1 of 1) sorted by relevance
45 int utf16le_len; in cp_to_utf_16le() local52 utf16le_len = MultiByteToWideChar(codepage, flags, cp_string, -1, in cp_to_utf_16le()54 if (utf16le_len == 0) { in cp_to_utf_16le()65 utf16le_string = malloc(utf16le_len * sizeof (wchar_t)); in cp_to_utf_16le()77 utf16le_len = MultiByteToWideChar(codepage, flags, cp_string, -1, in cp_to_utf_16le()78 utf16le_string, utf16le_len); in cp_to_utf_16le()79 if (utf16le_len == 0) { in cp_to_utf_16le()