Home
last modified time | relevance | path

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

/external/libmtp/src/
Dunicode.c112 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr) in utf8_to_utf16() argument
115 char *stringp = (char *) localstr; // cast away "const" in utf8_to_utf16()
119 size_t convlen = strlen(localstr)+1; // utf8 bytes, include terminator in utf8_to_utf16()