Searched defs:char16_t (Results 1 - 5 of 5) 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/libcutils/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/libcutils/include_vndk/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.h60 explicit String16(const char16_t* o);
61 explicit String16(const char16_t* o, size_t len);
68 inline const char16_t* string() const;
75 status_t setTo(const char16_t* other);
76 status_t setTo(const char16_t* other, size_t len);
82 status_t append(const char16_t* other, size_t len);
89 status_t insert(size_t pos, const char16_t* chrs);
91 const char16_t* chrs, size_t len);
93 ssize_t findFirst(char16_t c) const;
94 ssize_t findLast(char16_t
[all...]
/system/core/libutils/include/utils/
H A DString16.h60 explicit String16(const char16_t* o);
61 explicit String16(const char16_t* o, size_t len);
68 inline const char16_t* string() const;
75 status_t setTo(const char16_t* other);
76 status_t setTo(const char16_t* other, size_t len);
82 status_t append(const char16_t* other, size_t len);
89 status_t insert(size_t pos, const char16_t* chrs);
91 const char16_t* chrs, size_t len);
93 ssize_t findFirst(char16_t c) const;
94 ssize_t findLast(char16_t
[all...]

Completed in 585 milliseconds