Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusb_string.h46 extern int utf8_to_utf16le(const char *src, uint8_t *target, uint32_t len);
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_string.c48 int utf8_to_utf16le(const char *src, uint8_t *target, uint32_t len) in utf8_to_utf16le() function
H A Df_config.c174 errno_t ret = utf8_to_utf16le(str, buf + 2, strlen(str)); in fconfig_mkstrdesc()
H A Df_generic.c844 ret = utf8_to_utf16le(str, (uint8_t *)(buf + 2), len); in generic_mkstrdesc()

Completed in 3 milliseconds