Home
last modified time | relevance | path

Searched refs:XML_TOK_CDATA_SECT_CLOSE (Results 1 – 6 of 6) sorted by relevance

/external/expat/lib/
Dxmltok.h79 #define XML_TOK_CDATA_SECT_CLOSE 40 macro
Dxmltok_impl.c344 return XML_TOK_CDATA_SECT_CLOSE; in PREFIX()
Dxmlparse.c3272 case XML_TOK_CDATA_SECT_CLOSE: in doCdataSection()
/external/python/cpython2/Modules/expat/
Dxmltok.h79 #define XML_TOK_CDATA_SECT_CLOSE 40 macro
Dxmltok_impl.c334 return XML_TOK_CDATA_SECT_CLOSE; in PREFIX()
Dxmlparse.c3236 case XML_TOK_CDATA_SECT_CLOSE: in doCdataSection()