Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dencoding.h78 XML_CHAR_ENCODING_8859_9= 18,/* ISO-8859-9 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle85 d XML_CHAR_ENCODING_8859_9... ISO-8859-9
/external/libxml2/
DparserInternals.c1004 case XML_CHAR_ENCODING_8859_9: in xmlSwitchEncoding()
1064 case XML_CHAR_ENCODING_8859_9: in xmlSwitchEncoding()
Dencoding.c1201 if (!strcmp(upper, "ISO-8859-9")) return(XML_CHAR_ENCODING_8859_9); in xmlParseCharEncoding()
1265 case XML_CHAR_ENCODING_8859_9: in xmlGetCharEncodingName()
1590 case XML_CHAR_ENCODING_8859_9: in xmlGetCharEncodingHandler()