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

/system/core/include/cutils/
H A Djstring.h28 typedef uint16_t char16_t; typedef
30 // otherwise char16_t is a keyword with the right semantics
32 extern char * strndup16to8 (const char16_t* s, size_t n);
33 extern size_t strnlen16to8 (const char16_t* s, size_t n);
34 extern char * strncpy16to8 (char *dest, const char16_t*s, size_t n);
36 extern char16_t * strdup8to16 (const char* s, size_t *out_len);
38 extern char16_t * strcpy8to16 (char16_t *dest, const char*s, size_t *out_len);
39 extern char16_t * strcpylen8to16 (char16_t *des
[all...]
/system/core/include/utils/
H A DString16.h58 explicit String16(const char16_t* o);
59 explicit String16(const char16_t* o, size_t len);
66 inline const char16_t* string() const;
70 status_t setTo(const char16_t* other);
71 status_t setTo(const char16_t* other, size_t len);
77 status_t append(const char16_t* other, size_t len);
84 status_t insert(size_t pos, const char16_t* chrs);
86 const char16_t* chrs, size_t len);
88 ssize_t findFirst(char16_t c) const;
89 ssize_t findLast(char16_t
[all...]

Completed in 88 milliseconds