Home
last modified time | relevance | path

Searched refs:utf8_to_utf16le (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/usb/gadget/
Dusbstring.c23 static int utf8_to_utf16le(const char *s, __le16 *cp, unsigned len) in utf8_to_utf16le() function
129 len = utf8_to_utf16le(s->s, (__le16 *)&buf[2], len); in usb_gadget_get_string()