Searched defs:isUTF16 (Results 1 – 5 of 5) sorted by relevance
| /external/clang/include/clang/Lex/ |
| D | LiteralSupport.h | 180 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function 245 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
|
| /external/icu/icu4c/source/test/intltest/ |
| D | usettest.cpp | 2936 static inline int32_t slen(const void *s, UBool isUTF16) { in slen() 2949 const void *s, int32_t length, UBool isUTF16, in getSpans() 3145 const void *s, int32_t length, UBool isUTF16, in testSpan() 3246 const void *s, int32_t length, UBool isUTF16, in testSpan()
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | usettest.cpp | 2936 static inline int32_t slen(const void *s, UBool isUTF16) { in slen() 2949 const void *s, int32_t length, UBool isUTF16, in getSpans() 3145 const void *s, int32_t length, UBool isUTF16, in testSpan() 3246 const void *s, int32_t length, UBool isUTF16, in testSpan()
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenModule.cpp | 3100 bool isUTF16 = false; in GetAddrOfConstantCFString() local
|
| /external/clang/include/clang/AST/ |
| D | Expr.h | 1560 bool isUTF16() const { return Kind == UTF16; } in isUTF16() function
|