Searched defs:char16_t (Results 1 - 1 of 1) sorted by path

/system/core/include/cutils/
H A Djstring.h27 typedef uint16_t char16_t; typedef
29 extern char * strndup16to8 (const char16_t* s, size_t n);
30 extern size_t strnlen16to8 (const char16_t* s, size_t n);
31 extern char * strncpy16to8 (char *dest, const char16_t*s, size_t n);
33 extern char16_t * strdup8to16 (const char* s, size_t *out_len);
35 extern char16_t * strcpy8to16 (char16_t *dest, const char*s, size_t *out_len);
36 extern char16_t * strcpylen8to16 (char16_t *dest, const char*s, int length,

Completed in 70 milliseconds