Home | History | Annotate | Download | only in cintltst

Lines Matching refs:root

2557 void addSearchTest(TestNode** root)
2559 addTest(root, &TestStart, "tscoll/usrchtst/TestStart");
2560 addTest(root, &TestOpenClose, "tscoll/usrchtst/TestOpenClose");
2561 addTest(root, &TestInitialization, "tscoll/usrchtst/TestInitialization");
2562 addTest(root, &TestBasic, "tscoll/usrchtst/TestBasic");
2563 addTest(root, &TestNormExact, "tscoll/usrchtst/TestNormExact");
2564 addTest(root, &TestStrength, "tscoll/usrchtst/TestStrength");
2565 addTest(root, &TestBreakIterator, "tscoll/usrchtst/TestBreakIterator");
2566 addTest(root, &TestVariable, "tscoll/usrchtst/TestVariable");
2567 addTest(root, &TestOverlap, "tscoll/usrchtst/TestOverlap");
2568 addTest(root, &TestCollator, "tscoll/usrchtst/TestCollator");
2569 addTest(root, &TestPattern, "tscoll/usrchtst/TestPattern");
2570 addTest(root, &TestText, "tscoll/usrchtst/TestText");
2571 addTest(root, &TestCompositeBoundaries,
2573 addTest(root, &TestGetSetOffset, "tscoll/usrchtst/TestGetSetOffset");
2574 addTest(root, &TestGetSetAttribute,
2576 addTest(root, &TestGetMatch, "tscoll/usrchtst/TestGetMatch");
2577 addTest(root, &TestSetMatch, "tscoll/usrchtst/TestSetMatch");
2578 addTest(root, &TestReset, "tscoll/usrchtst/TestReset");
2579 addTest(root, &TestSupplementary, "tscoll/usrchtst/TestSupplementary");
2580 addTest(root, &TestContraction, "tscoll/usrchtst/TestContraction");
2581 addTest(root, &TestIgnorable, "tscoll/usrchtst/TestIgnorable");
2582 addTest(root, &TestCanonical, "tscoll/usrchtst/TestCanonical");
2583 addTest(root, &TestNormCanonical, "tscoll/usrchtst/TestNormCanonical");
2584 addTest(root, &TestStrengthCanonical,
2586 addTest(root, &TestBreakIteratorCanonical,
2588 addTest(root, &TestVariableCanonical,
2590 addTest(root, &TestOverlapCanonical,
2592 addTest(root, &TestCollatorCanonical,
2594 addTest(root, &TestPatternCanonical,
2596 addTest(root, &TestTextCanonical, "tscoll/usrchtst/TestTextCanonical");
2597 addTest(root, &TestCompositeBoundariesCanonical,
2599 addTest(root, &TestGetSetOffsetCanonical,
2601 addTest(root, &TestSupplementaryCanonical,
2603 addTest(root, &TestContractionCanonical,
2605 addTest(root, &TestEnd, "tscoll/usrchtst/TestEnd");
2606 addTest(root, &TestNumeric, "tscoll/usrchtst/TestNumeric");
2607 addTest(root, &TestDiacriticMatch, "tscoll/usrchtst/TestDiacriticMatch");
2608 addTest(root, &TestForwardBackward, "tscoll/usrchtst/TestForwardBackward");
2609 addTest(root, &TestSearchForNull, "tscoll/usrchtst/TestSearchForNull");
2610 addTest(root, &TestStrengthIdentical, "tscoll/usrchtst/TestStrengthIdentical");