Lines Matching refs:root
73 void addUTF8Test(TestNode** root);
76 addUTF8Test(TestNode** root)
78 addTest(root, &TestCodeUnitValues, "utf8tst/TestCodeUnitValues");
79 addTest(root, &TestCharLength, "utf8tst/TestCharLength" );
80 addTest(root, &TestGetChar, "utf8tst/TestGetChar" );
81 addTest(root, &TestNextPrevChar, "utf8tst/TestNextPrevChar" );
82 addTest(root, &TestFwdBack, "utf8tst/TestFwdBack" );
83 addTest(root, &TestSetChar, "utf8tst/TestSetChar" );
84 addTest(root, &TestAppendChar, "utf8tst/TestAppendChar" );
85 addTest(root, &TestAppend, "utf8tst/TestAppend" );
86 addTest(root, &TestSurrogates, "utf8tst/TestSurrogates" );