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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c243 XML_Bool isCdata; member in struct:__anon11779
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,
2786 XML_Bool isCdata = XML_TRUE; local
2793 isCdata = elementType->defaultAtts[j].isCdata;
2800 result = storeAttributeValue(parser, enc, isCdata,
4922 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, argument
4926 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, pt
4938 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool) argument
5356 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]
/external/expat/lib/
H A Dxmlparse.c243 XML_Bool isCdata; member in struct:__anon21363
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,
2786 XML_Bool isCdata = XML_TRUE; local
2793 isCdata = elementType->defaultAtts[j].isCdata;
2800 result = storeAttributeValue(parser, enc, isCdata,
4922 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, argument
4926 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, pt
4938 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool) argument
5356 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]

Completed in 325 milliseconds