Searched refs:localstr (Results 1 – 1 of 1) sorted by relevance
112 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr) in utf8_to_utf16() argument115 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()