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

  /external/libxml2/include/libxml/
encoding.h 63 XML_CHAR_ENCODING_UTF16BE= 3, /* UTF-16 big endian */
  /external/libxml2/
parserInternals.c 1002 case XML_CHAR_ENCODING_UTF16BE:
1057 case XML_CHAR_ENCODING_UTF16BE:
    [all...]
encoding.c 952 return(XML_CHAR_ENCODING_UTF16BE);
966 return(XML_CHAR_ENCODING_UTF16BE);
    [all...]
HTMLparser.c     [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 378 xmlSwitchEncoding(ctxt, BOMHighByte == 0xFF ? XML_CHAR_ENCODING_UTF16LE : XML_CHAR_ENCODING_UTF16BE);
    [all...]

Completed in 139 milliseconds