Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dencoding.h74 XML_CHAR_ENCODING_8859_5= 14,/* ISO-8859-5 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle79 d XML_CHAR_ENCODING_8859_5... ISO-8859-5
/external/libxml2/
DparserInternals.c1006 case XML_CHAR_ENCODING_8859_5: in xmlSwitchEncoding()
1066 case XML_CHAR_ENCODING_8859_5: in xmlSwitchEncoding()
Dencoding.c1197 if (!strcmp(upper, "ISO-8859-5")) return(XML_CHAR_ENCODING_8859_5); in xmlParseCharEncoding()
1257 case XML_CHAR_ENCODING_8859_5: in xmlGetCharEncodingName()
1574 case XML_CHAR_ENCODING_8859_5: in xmlGetCharEncodingHandler()