HomeSort by relevance Sort by last modified time
    Searched refs:isUtf16 (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/platform/graphics/haiku/
GlyphPageTreeNodeHaiku.cpp 43 bool isUtf16 = bufferLength != GlyphPage::size;
49 if (isUtf16) {
  /external/webkit/WebCore/platform/graphics/wx/
GlyphMapWx.cpp 40 bool isUtf16 = bufferLength != length;
45 if(isUtf16) {
  /external/expat/lib/
xmltok.h 173 char isUtf16;
xmltok.c     [all...]
xmlparse.c 33 #define MUST_CONVERT(enc, s) (!(enc)->isUtf16 || (((char *)(s) - (char *)NULL) & 1))
    [all...]

Completed in 921 milliseconds