Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dsimpleformattertest.cpp25 void TestSyntaxErrors();
50 TESTCASE_AUTO(TestSyntaxErrors); in runIndexedTest()
90 void SimpleFormatterTest::TestSyntaxErrors() { in TestSyntaxErrors() function in SimpleFormatterTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DSimpleFormatterTest.java71 public void TestSyntaxErrors() { in TestSyntaxErrors() method in SimpleFormatterTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DSimpleFormatterTest.java74 public void TestSyntaxErrors() { in TestSyntaxErrors() method in SimpleFormatterTest
/third_party/python/Lib/test/
Dtest_patma.py2645 class TestSyntaxErrors(unittest.TestCase): class