Home
last modified time | relevance | path

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

/external/skia/tests/
DStringTest.cpp4 static void TestString(skiatest::Reporter* reporter) { in TestString() function
54 DEFINE_TESTCLASS("String", StringTestClass, TestString)
/external/icu4c/test/intltest/
Dtsmthred.h42 void TestString();
Dutxttest.cpp84 TestString("abcd\\U00010001xyz"); in TextTest()
85 TestString(""); in TextTest()
88 TestString("\\U00010001"); in TextTest()
89 TestString("abc\\U00010001"); in TextTest()
90 TestString("\\U00010001abc"); in TextTest()
103 TestString(s); in TextTest()
114 TestString(s); in TextTest()
148 TestString(s); in TextTest()
156 void UTextTest::TestString(const UnicodeString &s) { in TestString() function in UTextTest
Dutxttest.h42 void TestString(const UnicodeString &s);
Dtsmthred.cpp521 TestString(); in runIndexedTest()
1495 void MultithreadTest::TestString() in TestString() function in MultithreadTest
/external/icu4c/test/iotest/
Dstrtst.c21 static void TestString(void) { in TestString() function
778 addTest(root, &TestString, "string/TestString"); in addStringTest()