Sign in
android
/
platform
/
external
/
libmtp
/
d208f9c05c651e34050c8fd57e0a2c65f8e6f81a
/
.
/
src
/
unicode.h
blob: 50b9c0b9a127dc940ca281ec0fd6ee7847e864bf [
file
] [
log
] [
blame
]
#ifndef
__MTP__UNICODE__H
#define
__MTP__UNICODE__H
int
ucs2_strlen
(
const
uint16_t
*);
char
*
ucs2_to_utf8
(
const
uint16_t
*);
uint16_t
*
utf8_to_ucs2
(
const
unsigned
char
*);
#endif
/* __MTP__UNICODE__H */