Searched refs:isCdata (Results 1 - 2 of 2) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c251 XML_Bool isCdata; member in struct:__anon6451
366 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
369 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
372 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
2836 XML_Bool isCdata = XML_TRUE; local
2843 isCdata = elementType->defaultAtts[j].isCdata;
2850 result = storeAttributeValue(parser, enc, isCdata,
4974 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, argument
4978 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, pt
4990 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool) argument
5409 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c243 XML_Bool isCdata; member in struct:__anon17616
358 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
361 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
364 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
2800 XML_Bool isCdata = XML_TRUE; local
2807 isCdata = elementType->defaultAtts[j].isCdata;
2814 result = storeAttributeValue(parser, enc, isCdata,
4938 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, argument
4942 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, pt
4954 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool) argument
5372 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]

Completed in 164 milliseconds