Home
last modified time | relevance | path

Searched refs:XML_CHAR_ENCODING_8859_9 (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/reactos/libs/libxml/
H A Dencoding.h76 XML_CHAR_ENCODING_8859_9= 18,/* ISO-8859-9 */ enumerator
/reactos/sdk/lib/3rdparty/libxml2/
H A Dencoding.c1230 if (!strcmp(upper, "ISO-8859-9")) return(XML_CHAR_ENCODING_8859_9); in xmlParseCharEncoding()
1294 case XML_CHAR_ENCODING_8859_9: in xmlGetCharEncodingName()
1636 case XML_CHAR_ENCODING_8859_9: in xmlGetCharEncodingHandler()
H A DparserInternals.c950 case XML_CHAR_ENCODING_8859_9: in xmlSwitchEncoding()