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

/frameworks/native/include/utils/
H A DUnicode.h25 typedef uint32_t char32_t; typedef
48 // Standard string functions on char32_t strings.
49 size_t strlen32(const char32_t *);
50 size_t strnlen32(const char32_t *, size_t);
56 ssize_t utf32_to_utf8_length(const char32_t *src, size_t src_len);
93 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst);
98 * If returned value is positive, it is able to be converted to char32_t, which
145 void utf8_to_utf32(const char* src, size_t src_len, char32_t* dst);

Completed in 26 milliseconds