Lines Matching defs:root
53 void addUTF16Test(TestNode** root);
56 addUTF16Test(TestNode** root)
58 addTest(root, &TestCodeUnitValues, "utf16tst/TestCodeUnitValues");
59 addTest(root, &TestCharLength, "utf16tst/TestCharLength");
60 addTest(root, &TestGetChar, "utf16tst/TestGetChar");
61 addTest(root, &TestNextPrevChar, "utf16tst/TestNextPrevChar");
62 addTest(root, &TestNulTerminated, "utf16tst/TestNulTerminated");
63 addTest(root, &TestFwdBack, "utf16tst/TestFwdBack");
64 addTest(root, &TestSetChar, "utf16tst/TestSetChar");
65 addTest(root, &TestAppendChar, "utf16tst/TestAppendChar");
66 addTest(root, &TestAppend, "utf16tst/TestAppend");
67 addTest(root, &TestSurrogate, "utf16tst/TestSurrogate");