Home
last modified time | relevance | path

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

/external/libmtp/src/
Dunicode.h37 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t*, const char*);
Dunicode.c111 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr) in utf8_to_utf16() function
Dplaylist-spl.c459 char *const t = (char*) utf8_to_utf16(device, p->text); in write_from_spl_text_t()