Searched defs:XML_Bool (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h28 typedef unsigned char XML_Bool; typedef
29 #define XML_TRUE ((XML_Bool) 1)
30 #define XML_FALSE ((XML_Bool) 0)
246 XMLPARSEAPI(XML_Bool)
326 Note that is_parameter_entity can't be changed to XML_Bool, since
711 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
818 XML_StopParser(XML_Parser parser, XML_Bool resumable);
844 XML_Bool finalBuffer;
/external/expat/lib/
H A Dexpat.h28 typedef unsigned char XML_Bool; typedef
29 #define XML_TRUE ((XML_Bool) 1)
30 #define XML_FALSE ((XML_Bool) 0)
246 XMLPARSEAPI(XML_Bool)
326 Note that is_parameter_entity can't be changed to XML_Bool, since
711 XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD);
818 XML_StopParser(XML_Parser parser, XML_Bool resumable);
844 XML_Bool finalBuffer;

Completed in 513 milliseconds