Home
last modified time | relevance | path

Searched refs:XML_CHAR_ENCODING_EBCDIC (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dencoding.h66 XML_CHAR_ENCODING_EBCDIC= 6, /* EBCDIC uh! */ enumerator
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle63 d XML_CHAR_ENCODING_EBCDIC... EBCDIC uh!
/external/libxml2/
Dencoding.c961 return(XML_CHAR_ENCODING_EBCDIC); in xmlDetectCharEncoding()
1256 case XML_CHAR_ENCODING_EBCDIC: in xmlGetCharEncodingName()
1541 case XML_CHAR_ENCODING_EBCDIC: in xmlGetCharEncodingHandler()
DparserInternals.c987 case XML_CHAR_ENCODING_EBCDIC: in xmlSwitchEncoding()
1028 case XML_CHAR_ENCODING_EBCDIC: in xmlSwitchEncoding()
Druntest.c4429 ebcdicHandler = xmlGetCharEncodingHandler(XML_CHAR_ENCODING_EBCDIC); in launchTests()