Searched refs:utf8_to_utf16le (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/usb/gadget/ |
A D | u_os_desc.h | 89 result = utf8_to_utf16le(name, (__le16 *)usb_ext_prop_name_ptr(buf), in usb_ext_prop_put_name() 112 result = utf8_to_utf16le(string, (__le16 *) usb_ext_prop_data_ptr(buf, pnl), in usb_ext_prop_put_unicode()
|
A D | usbstring.c | 60 len = utf8_to_utf16le(s->s, (__le16 *)&buf[2], len); in usb_gadget_get_string()
|
A D | composite.c | 1421 utf8_to_utf16le(qw_sign_buf, (__le16 *)cdev->qw_sign, in composite_bind()
|
/u-boot/include/linux/ |
A D | utf.h | 6 static inline int utf8_to_utf16le(const char *s, __le16 *cp, unsigned len) in utf8_to_utf16le() function
|
Completed in 6 milliseconds