Home
last modified time | relevance | path

Searched defs:isUTF16 (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
DLiteralSupport.h180 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/
Dusettest.cpp2894 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/
DCodeGenModule.cpp3100 bool isUTF16 = false; in GetAddrOfConstantCFString() local
/external/clang/include/clang/AST/
DExpr.h1560 bool isUTF16() const { return Kind == UTF16; } in isUTF16() function