Home
last modified time | relevance | path

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

/external/tinyxml2/
Dxmltest.cpp30 …nst char* testString, const char* expected, const char* found, bool echo=true, bool extraNL=false ) in XMLTest() argument
48 if ( extraNL ) { in XMLTest()
65 …(const char* testString, XMLError expected, XMLError found, bool echo = true, bool extraNL = false) in XMLTest() argument
67 …estString, XMLDocument::ErrorIDToName(expected), XMLDocument::ErrorIDToName(found), echo, extraNL); in XMLTest()
70 bool XMLTest(const char* testString, bool expected, bool found, bool echo = true, bool extraNL = fa… in XMLTest() argument
72 … return XMLTest(testString, expected ? "true" : "false", found ? "true" : "false", echo, extraNL); in XMLTest()