Home | History | Annotate | Download | only in cintltst

Lines Matching refs:root

108 void addCollAPITest(TestNode** root)
111 addTest(root, &TestProperty, "tscoll/capitst/TestProperty");
112 addTest(root, &TestRuleBasedColl, "tscoll/capitst/TestRuleBasedColl");
113 addTest(root, &TestCompare, "tscoll/capitst/TestCompare");
114 addTest(root, &TestSortKey, "tscoll/capitst/TestSortKey");
115 addTest(root, &TestHashCode, "tscoll/capitst/TestHashCode");
116 addTest(root, &TestElemIter, "tscoll/capitst/TestElemIter");
117 addTest(root, &TestGetAll, "tscoll/capitst/TestGetAll");
118 /*addTest(root, &TestGetDefaultRules, "tscoll/capitst/TestGetDefaultRules");*/
119 addTest(root, &TestDecomposition, "tscoll/capitst/TestDecomposition");
120 addTest(root, &TestSafeClone, "tscoll/capitst/TestSafeClone");
121 addTest(root, &TestCloneBinary, "tscoll/capitst/TestCloneBinary");
122 addTest(root, &TestGetSetAttr, "tscoll/capitst/TestGetSetAttr");
123 addTest(root, &TestBounds, "tscoll/capitst/TestBounds");
124 addTest(root, &TestGetLocale, "tscoll/capitst/TestGetLocale");
125 addTest(root, &TestSortKeyBufferOverrun, "tscoll/capitst/TestSortKeyBufferOverrun");
126 addTest(root, &TestAttribute, "tscoll/capitst/TestAttribute");
127 addTest(root, &TestGetTailoredSet, "tscoll/capitst/TestGetTailoredSet");
128 addTest(root, &TestMergeSortKeys, "tscoll/capitst/TestMergeSortKeys");
129 addTest(root, &TestShortString, "tscoll/capitst/TestShortString");
133 /* addTest(root, &TestGetContractionsAndUnsafes, "tscoll/capitst/TestGetContractionsAndUnsafes"); */
135 addTest(root, &TestOpenBinary, "tscoll/capitst/TestOpenBinary");
136 addTest(root, &TestDefault, "tscoll/capitst/TestDefault");
137 addTest(root, &TestDefaultKeyword, "tscoll/capitst/TestDefaultKeyword");
141 /* addTest(root, &TestOpenVsOpenRules, "tscoll/capitst/TestOpenVsOpenRules"); */
142 /* addTest(root, &TestGetKeywordValuesForLocale, "tscoll/capitst/TestGetKeywordValuesForLocale"); */
252 res=ures_open(NULL, "root", &status);
254 log_err("ERROR: Failed to get resource for \"root Locale\" with %s", myErrorName(status));
1643 UCollator *coll = ucol_open("root", &status);
2206 UCA = ucol_open("root", &status);