Home
last modified time | relevance | path

Searched refs:doctype1 (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml/
Dxmltest.cpp915 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/expat/lib/
Dxmlrole.c109 doctype0, doctype1, doctype2, doctype3, doctype4, doctype5, variable
228 state->handler = doctype1; in doctype0()
235 doctype1(PROLOG_STATE *state, in doctype1() function