Searched defs:isUTF16 (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 169 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function 234 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 2894 static inline int32_t slen(const void *s, UBool isUTF16) { in slen() 2907 const void *s, int32_t length, UBool isUTF16, in getSpans() 3103 const void *s, int32_t length, UBool isUTF16, in testSpan() 3204 const void *s, int32_t length, UBool isUTF16, in testSpan()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2857 bool isUTF16 = false; in GetAddrOfConstantCFString() local
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1602 bool isUTF16() const { return Kind == UTF16; } in isUTF16() function
|