Searched refs:doctype1 (Results 1 – 4 of 4) sorted by relevance
/external/tinyxml/ |
D | xmltest.cpp | 915 const char* doctype1 = "<element>This has internal space</element>"; in main() local 925 doc.Parse( doctype1 ); in main() 941 doc.Parse( doctype1 ); in main()
|
/external/python/cpython3/Modules/expat/ |
D | xmlrole.c | 109 doctype0, doctype1, doctype2, doctype3, doctype4, doctype5, variable 228 state->handler = doctype1; in doctype0() 235 doctype1(PROLOG_STATE *state, in doctype1() function
|
/external/python/cpython2/Modules/expat/ |
D | xmlrole.c | 109 doctype0, doctype1, doctype2, doctype3, doctype4, doctype5, variable 228 state->handler = doctype1; in doctype0() 235 doctype1(PROLOG_STATE *state, in doctype1() function
|
/external/expat/lib/ |
D | xmlrole.c | 131 doctype0, doctype1, doctype2, doctype3, doctype4, doctype5, variable 257 state->handler = doctype1; in doctype0() 264 doctype1(PROLOG_STATE *state, in doctype1() function
|