Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dencoding.h74 XML_CHAR_ENCODING_8859_7= 16,/* ISO-8859-7 */ enumerator
/reactos/sdk/lib/3rdparty/libxml2/
H A Dencoding.c1228 if (!strcmp(upper, "ISO-8859-7")) return(XML_CHAR_ENCODING_8859_7); in xmlParseCharEncoding()
1290 case XML_CHAR_ENCODING_8859_7: in xmlGetCharEncodingName()
1628 case XML_CHAR_ENCODING_8859_7: in xmlGetCharEncodingHandler()
H A DparserInternals.c948 case XML_CHAR_ENCODING_8859_7: in xmlSwitchEncoding()