Searched refs:utf16 (Results 1 – 6 of 6) sorted by relevance
13 diff -urNad libid3tag-0.15.1b/utf16.c /tmp/dpep.tKvO7a/libid3tag-0.15.1b/utf16.c14 --- libid3tag-0.15.1b/utf16.c 2006-01-13 15:26:29.000000000 +010015 +++ /tmp/dpep.tKvO7a/libid3tag-0.15.1b/utf16.c 2006-01-13 15:27:19.000000000 +010018 free(utf16);
293 [](uint16_t utf16) { return be16toh(utf16); }); in parseSensorAuxiliaryNamesPDR() argument355 [](uint16_t utf16) { return be16toh(utf16); }); in parseEntityAuxiliaryNamesPDR() argument
1176 void *utf16 = NULL; in pldm_msgbuf_copy_string_utf16() local1180 rc = pldm_msgbuf_span_string_utf16(src, &utf16, &len); in pldm_msgbuf_copy_string_utf16()1185 return pldm__msgbuf_insert_array_void(dst, len, utf16, len); in pldm_msgbuf_copy_string_utf16()
73 DECLARE_FLEX_ARRAY(u16, utf16);
926 efi_char16_t *utf16, name_utf16[32]; in efi_uart_console_only() local933 utf16 = name_utf16; in efi_uart_console_only()936 *utf16++ = *s++ & 0x7f; in efi_uart_console_only()937 *utf16 = 0; in efi_uart_console_only()
976 [](uint16_t utf16) { return be16toh(utf16); }); in printAuxNamePDR() argument