HomeSort by relevance Sort by last modified time
    Searched full:isutf16 (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wx/
GlyphMapWx.cpp 40 bool isUtf16 = bufferLength != length;
45 if(isUtf16) {
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GlyphPageTreeNodeHaiku.cpp 43 bool isUtf16 = bufferLength != GlyphPage::size;
49 if (isUtf16) {
  /external/icu4c/test/intltest/
usettest.h 167 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,
usettest.cpp     [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 152 bool isUTF16() const { return Kind == tok::utf16_char_constant; }
216 bool isUTF16() const { return Kind == tok::utf16_string_literal; }
  /external/expat/lib/
xmltok.h 173 char isUtf16;
xmltok.c     [all...]
xmlparse.c 35 #define MUST_CONVERT(enc, s) (!(enc)->isUtf16 || (((char *)(s) - (char *)NULL) & 1))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 293 else if (Literal.isUTF16())
305 if (!Literal.isUTF16() && !Literal.isUTF32())
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/zxing/core/
core.jar 

Completed in 415 milliseconds