/aosp_15_r20/external/clang/include/clang/Lex/ |
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | LiteralSupport.h | 213 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function 286 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | LiteralSupport.h | 214 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function 287 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | LiteralSupport.h | 213 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function 286 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | LiteralSupport.h | 213 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function 286 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | usettest.cpp | 3013 static inline int32_t slen(const void *s, UBool isUTF16) { in slen() 3026 const void *s, int32_t length, UBool isUTF16, in getSpans() 3222 const void *s, int32_t length, UBool isUTF16, in testSpan() 3323 const void *s, int32_t length, UBool isUTF16, in testSpan()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 3013 static inline int32_t slen(const void *s, UBool isUTF16) { in slen() 3026 const void *s, int32_t length, UBool isUTF16, in getSpans() 3222 const void *s, int32_t length, UBool isUTF16, in testSpan() 3323 const void *s, int32_t length, UBool isUTF16, in testSpan()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 3100 bool isUTF16 = false; in GetAddrOfConstantCFString() local
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | Expr.h | 1560 bool isUTF16() const { return Kind == UTF16; } in isUTF16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | Expr.h | 1928 bool isUTF16() const { return getKind() == StringLiteralKind::UTF16; } in isUTF16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | Expr.h | 1900 bool isUTF16() const { return getKind() == StringLiteralKind::UTF16; } in isUTF16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | Expr.h | 1900 bool isUTF16() const { return getKind() == StringLiteralKind::UTF16; } in isUTF16() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | Expr.h | 1900 bool isUTF16() const { return getKind() == StringLiteralKind::UTF16; } in isUTF16() function
|