Searched defs:isUTF16 (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 154 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function 218 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | usettest.cpp | 2862 static inline int32_t slen(const void *s, UBool isUTF16) { in slen() 2875 const void *s, int32_t length, UBool isUTF16, in getSpans() 3071 const void *s, int32_t length, UBool isUTF16, in testSpan() 3172 const void *s, int32_t length, UBool isUTF16, in testSpan()
|
/external/icu4c/test/intltest/ |
D | usettest.cpp | 2844 static inline int32_t slen(const void *s, UBool isUTF16) { in slen() 2857 const void *s, int32_t length, UBool isUTF16, in getSpans() 3053 const void *s, int32_t length, UBool isUTF16, in testSpan() 3154 const void *s, int32_t length, UBool isUTF16, in testSpan()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2230 bool isUTF16 = false; in GetAddrOfConstantCFString() local
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1531 bool isUTF16() const { return Kind == UTF16; } in isUTF16() function
|