Searched refs:XML_CHAR_ENCODING_UTF16LE (Results 1 – 5 of 5) sorted by relevance
62 XML_CHAR_ENCODING_UTF16LE= 2, /* UTF-16 little endian */ enumerator
949 return(XML_CHAR_ENCODING_UTF16LE); in xmlDetectCharEncoding()968 return(XML_CHAR_ENCODING_UTF16LE); in xmlDetectCharEncoding()1167 if (!strcmp(upper, "UTF-16")) return(XML_CHAR_ENCODING_UTF16LE); in xmlParseCharEncoding()1168 if (!strcmp(upper, "UTF16")) return(XML_CHAR_ENCODING_UTF16LE); in xmlParseCharEncoding()1229 case XML_CHAR_ENCODING_UTF16LE: in xmlGetCharEncodingName()1505 case XML_CHAR_ENCODING_UTF16LE: in xmlGetCharEncodingHandler()
1001 case XML_CHAR_ENCODING_UTF16LE: in xmlSwitchEncoding()1055 case XML_CHAR_ENCODING_UTF16LE: in xmlSwitchEncoding()
3482 if (((enc == XML_CHAR_ENCODING_UTF16LE) || in htmlCheckEncoding()
378 …xmlSwitchEncoding(ctxt, BOMHighByte == 0xFF ? XML_CHAR_ENCODING_UTF16LE : XML_CHAR_ENCODING_UTF16B… in switchToUTF16()