HomeSort by relevance Sort by last modified time
    Searched defs:char16_t (Results 1 - 5 of 5) sorted by null

  /system/core/include/cutils/
jstring.h 27 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,
  /frameworks/base/include/utils/
Unicode.h 26 typedef uint16_t char16_t; typedef
28 // Standard string functions on char16_t strings.
29 int strcmp16(const char16_t *, const char16_t *);
30 int strncmp16(const char16_t *s1, const char16_t *s2, size_t n);
31 size_t strlen16(const char16_t *);
32 size_t strnlen16(const char16_t *, size_t);
33 char16_t *strcpy16(char16_t *, const char16_t *)
    [all...]
String16.h 48 explicit String16(const char16_t* o);
49 explicit String16(const char16_t* o, size_t len);
56 inline const char16_t* string() const;
62 status_t setTo(const char16_t* other);
63 status_t setTo(const char16_t* other, size_t len);
69 status_t append(const char16_t* other, size_t len);
76 status_t insert(size_t pos, const char16_t* chrs);
78 const char16_t* chrs, size_t len);
80 ssize_t findFirst(char16_t c) const;
81 ssize_t findLast(char16_t c) const
    [all...]
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 25 typedef IF_CXX11(char16_t, wchar_t) my_wide_char_t; // ok
29 int char16_t; // expected-warning {{'char16_t' is a keyword in C++11}} variable
  /external/icu4c/common/unicode/
umachine.h 298 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t or char16_t because GCC >=4.4
312 typedef __CHAR16_TYPE__ char16_t; typedef
314 typedef char16_t UChar;

Completed in 42 milliseconds