Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlrole.c109 doctype0, doctype1, doctype2, doctype3, doctype4, doctype5, variable
155 state->handler = doctype0; in prolog0()
186 state->handler = doctype0; in prolog1()
217 doctype0(PROLOG_STATE *state, in doctype0() function
/external/tinyxml/
Dxmltest.cpp914 const char* doctype0 = "<element> This has leading and trailing space </element>"; in main() local
920 doc.Parse( doctype0 ); in main()
936 doc.Parse( doctype0 ); in main()