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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h169 bool isUTF16() const { return Kind == tok::utf16_char_constant; } function in class:clang::CharLiteralParser
234 bool isUTF16() const { return Kind == tok::utf16_string_literal; } function in class:clang::StringLiteralParser
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp2842 static inline int32_t slen(const void *s, UBool isUTF16) { argument
2843 return isUTF16 ? u_strlen((const UChar *)s) : strlen((const char *)s);
2855 const void *s, int32_t length, UBool isUTF16,
2884 typeName= isUTF16 ? typeNames16[type] : typeNames8[type];
2940 length=slen(s, isUTF16);
2943 start+= isUTF16 ? containsSpanUTF16(set, (const UChar *)s+start, length-start, spanCondition) :
2959 start+= isUTF16 ? realSet.span((const UChar *)s+start, length>=0 ? length-start : length, spanCondition) :
2966 isUTF16 ? ((const UChar *)s)[start]==0 :
2977 length=slen(s, isUTF16);
2984 length= isUTF16
2854 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
3050 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
3151 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/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2842 static inline int32_t slen(const void *s, UBool isUTF16) { argument
2843 return isUTF16 ? u_strlen((const UChar *)s) : strlen((const char *)s);
2855 const void *s, int32_t length, UBool isUTF16,
2884 typeName= isUTF16 ? typeNames16[type] : typeNames8[type];
2940 length=slen(s, isUTF16);
2943 start+= isUTF16 ? containsSpanUTF16(set, (const UChar *)s+start, length-start, spanCondition) :
2959 start+= isUTF16 ? realSet.span((const UChar *)s+start, length>=0 ? length-start : length, spanCondition) :
2966 isUTF16 ? ((const UChar *)s)[start]==0 :
2977 length=slen(s, isUTF16);
2984 length= isUTF16
2854 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
3050 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
3151 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.cpp2469 bool isUTF16 = false; local
2473 isUTF16, StringLength);
2506 Fields[1] = isUTF16 ? llvm::ConstantInt::get(Ty, 0x07d0) :
2511 if (isUTF16) {
2532 if (isUTF16) {
2545 if (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 147 milliseconds