Searched refs:isUTF16 (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/Lex/
H A DLiteralSupport.h150 bool isUTF16() const { return Kind == tok::utf16_char_constant; } function in class:clang::CharLiteralParser
214 bool isUTF16() const { return Kind == tok::utf16_string_literal; } function in class:clang::StringLiteralParser
/external/icu4c/test/intltest/
H A Dusettest.h167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
H A Dusettest.cpp2862 static inline int32_t slen(const void *s, UBool isUTF16) { argument
2863 return isUTF16 ? u_strlen((const UChar *)s) : strlen((const char *)s);
2875 const void *s, int32_t length, UBool isUTF16,
2904 typeName= isUTF16 ? typeNames16[type] : typeNames8[type];
2960 length=slen(s, isUTF16);
2963 start+= isUTF16 ? containsSpanUTF16(set, (const UChar *)s+start, length-start, spanCondition) :
2979 start+= isUTF16 ? realSet.span((const UChar *)s+start, length>=0 ? length-start : length, spanCondition) :
2986 isUTF16 ? ((const UChar *)s)[start]==0 :
2997 length=slen(s, isUTF16);
3004 length= isUTF16
2874 getSpans(const UnicodeSetWithStrings &set, UBool isComplement, const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, int type, const char *&typeName, int32_t limits[], int32_t limitsCapacity, int32_t expectCount) argument
3070 testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, int32_t expectLimits[], int32_t &expectCount, const char *testName, int32_t index) argument
3171 testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, const char *testName, int32_t index) argument
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2027 bool isUTF16 = false; local
2031 isUTF16, StringLength);
2062 Fields[1] = isUTF16 ? llvm::ConstantInt::get(Ty, 0x07d0) :
2067 if (isUTF16) {
2077 if (isUTF16)
2092 if (isUTF16) {
2103 if (isUTF16)
/external/clang/lib/Lex/
H A DPPExpressions.cpp280 else if (Literal.isUTF16())
292 if (!Literal.isUTF16() && !Literal.isUTF32())
/external/clang/include/clang/AST/
H A DExpr.h1436 bool isUTF16() const { return Kind == UTF16; }
/external/clang/lib/Sema/
H A DSemaExpr.cpp1316 else if (Literal.isUTF16())
1328 else if (Literal.isUTF16())
2548 else if (Literal.isUTF16())
2560 else if (Literal.isUTF16())
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 386 milliseconds