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

/external/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp25 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/
H A Dumachine.h298 * 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 161 milliseconds