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

/external/libmtp/src/
H A Dunicode.c108 * @param localstr the UTF-8 unicode string to convert
111 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr) argument
114 char *stringp = (char *) localstr; // cast away "const"
118 size_t convlen = strlen(localstr)+1; // utf8 bytes, include terminator

Completed in 401 milliseconds