Home
last modified time | relevance | path

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

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