Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dencoding.h73 XML_CHAR_ENCODING_8859_4= 13,/* ISO-8859-4 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle75 d XML_CHAR_ENCODING_8859_4... ISO-8859-4
/external/libxml2/
DparserInternals.c999 case XML_CHAR_ENCODING_8859_4: in xmlSwitchEncoding()
1059 case XML_CHAR_ENCODING_8859_4: in xmlSwitchEncoding()
Dencoding.c1196 if (!strcmp(upper, "ISO-8859-4")) return(XML_CHAR_ENCODING_8859_4); in xmlParseCharEncoding()
1255 case XML_CHAR_ENCODING_8859_4: in xmlGetCharEncodingName()
1570 case XML_CHAR_ENCODING_8859_4: in xmlGetCharEncodingHandler()