Searched defs:unicstr (Results 1 – 2 of 2) sorted by relevance
60 int ucs2_strlen(uint16_t const * const unicstr) in ucs2_strlen()78 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) in utf16_to_utf8()115 char unicstr[(STRING_BUFFER_LENGTH+1)*2]; // UCS2 encoding is 2 bytes per UTF-8 char. in utf8_to_utf16() local
149 ucs2strlen(uint16_t const * const unicstr) in ucs2strlen()