Searched refs:TestParseError (Results 1 – 5 of 5) sorted by relevance
/external/tinyxml2/ |
D | xmltest.cpp | 2142 …void TestParseError(const char *testString, const char *docStr, XMLError expected_error, int expec… in main() function 2222 tester.TestParseError("ErrorLine-Parsing", "\n<root>\n foo \n<unclosed/>", XML_ERROR_PARSING, 2); in main() 2223 …tester.TestParseError("ErrorLine-Declaration", "<root>\n<?xml version=\"1.0\"?>", XML_ERROR_PARSIN… in main() 2224 …tester.TestParseError("ErrorLine-Mismatch", "\n<root>\n</mismatch>", XML_ERROR_MISMATCHED_ELEMENT,… in main() 2225 …tester.TestParseError("ErrorLine-CData", "\n<root><![CDATA[ \n foo bar \n", XML_ERROR_PARSING_CDAT… in main() 2226 tester.TestParseError("ErrorLine-Text", "\n<root>\n foo bar \n", XML_ERROR_PARSING_TEXT, 3); in main() 2227 … tester.TestParseError("ErrorLine-Comment", "\n<root>\n<!-- >\n", XML_ERROR_PARSING_COMMENT, 3); in main() 2228 …tester.TestParseError("ErrorLine-Declaration", "\n<root>\n<? >\n", XML_ERROR_PARSING_DECLARATION, … in main() 2229 tester.TestParseError("ErrorLine-Unknown", "\n<root>\n<! \n", XML_ERROR_PARSING_UNKNOWN, 3); in main() 2230 …tester.TestParseError("ErrorLine-Element", "\n<root>\n<unclosed \n", XML_ERROR_PARSING_ELEMENT, 3); in main() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | transtst.h | 275 void TestParseError(void);
|
D | transtst.cpp | 167 TESTCASE(55,TestParseError); in runIndexedTest() 2957 void TransliteratorTest::TestParseError() { in TestParseError() function in TransliteratorTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2258 public void TestParseError() { in TestParseError() method in TransliteratorTest
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2255 public void TestParseError() { in TestParseError() method in TransliteratorTest
|