Home
last modified time | relevance | path

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

/external/tinyxml2/
Dxmltest.cpp2530 …void TestParseError(const char *testString, const char *docStr, XMLError expected_error, int expec… in main() function
2610 tester.TestParseError("ErrorLine-Parsing", "\n<root>\n foo \n<unclosed/>", XML_ERROR_PARSING, 2); in main()
2611 …tester.TestParseError("ErrorLine-Declaration", "<root>\n<?xml version=\"1.0\"?>", XML_ERROR_PARSIN… in main()
2612 …tester.TestParseError("ErrorLine-Mismatch", "\n<root>\n</mismatch>", XML_ERROR_MISMATCHED_ELEMENT,… in main()
2613 …tester.TestParseError("ErrorLine-CData", "\n<root><![CDATA[ \n foo bar \n", XML_ERROR_PARSING_CDAT… in main()
2614 tester.TestParseError("ErrorLine-Text", "\n<root>\n foo bar \n", XML_ERROR_PARSING_TEXT, 3); in main()
2615 … tester.TestParseError("ErrorLine-Comment", "\n<root>\n<!-- >\n", XML_ERROR_PARSING_COMMENT, 3); in main()
2616 …tester.TestParseError("ErrorLine-Declaration", "\n<root>\n<? >\n", XML_ERROR_PARSING_DECLARATION, … in main()
2617 tester.TestParseError("ErrorLine-Unknown", "\n<root>\n<! \n", XML_ERROR_PARSING_UNKNOWN, 3); in main()
2618 …tester.TestParseError("ErrorLine-Element", "\n<root>\n<unclosed \n", XML_ERROR_PARSING_ELEMENT, 3); in main()
[all …]
/external/cronet/stable/third_party/icu/source/test/intltest/
Dtranstst.h275 void TestParseError();
Dtranstst.cpp167 TESTCASE(55,TestParseError); in runIndexedTest()
3041 void TransliteratorTest::TestParseError() { in TestParseError() function in TransliteratorTest
/external/icu/icu4c/source/test/intltest/
Dtranstst.h275 void TestParseError();
Dtranstst.cpp167 TESTCASE(55,TestParseError); in runIndexedTest()
3041 void TransliteratorTest::TestParseError() { in TestParseError() function in TransliteratorTest
/external/cronet/tot/third_party/icu/source/test/intltest/
Dtranstst.h275 void TestParseError();
Dtranstst.cpp167 TESTCASE(55,TestParseError); in runIndexedTest()
3041 void TransliteratorTest::TestParseError() { in TestParseError() function in TransliteratorTest
/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2256 public void TestParseError() { in TestParseError() method in TransliteratorTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java2259 public void TestParseError() { in TestParseError() method in TransliteratorTest