Home
last modified time | relevance | path

Searched refs:XML_CHAR_ENCODING_8859_8 (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dencoding.h77 XML_CHAR_ENCODING_8859_8= 17,/* ISO-8859-8 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle83 d XML_CHAR_ENCODING_8859_8... ISO-8859-8
/external/libxml2/
DparserInternals.c1003 case XML_CHAR_ENCODING_8859_8: in xmlSwitchEncoding()
1063 case XML_CHAR_ENCODING_8859_8: in xmlSwitchEncoding()
Dencoding.c1200 if (!strcmp(upper, "ISO-8859-8")) return(XML_CHAR_ENCODING_8859_8); in xmlParseCharEncoding()
1263 case XML_CHAR_ENCODING_8859_8: in xmlGetCharEncodingName()
1586 case XML_CHAR_ENCODING_8859_8: in xmlGetCharEncodingHandler()