Lines Matching refs:root
165 { "root", U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
190 void addNEWResourceBundleTest(TestNode** root)
192 addTest(root, &TestErrorCodes, "tsutil/creststn/TestErrorCodes");
194 addTest(root, &TestEmptyBundle, "tsutil/creststn/TestEmptyBundle");
195 addTest(root, &TestConstruction1, "tsutil/creststn/TestConstruction1");
196 addTest(root, &TestResourceBundles, "tsutil/creststn/TestResourceBundles");
197 addTest(root, &TestNewTypes, "tsutil/creststn/TestNewTypes");
198 addTest(root, &TestEmptyTypes, "tsutil/creststn/TestEmptyTypes");
199 addTest(root, &TestBinaryCollationData, "tsutil/creststn/TestBinaryCollationData");
200 addTest(root, &TestAPI, "tsutil/creststn/TestAPI");
201 addTest(root, &TestErrorConditions, "tsutil/creststn/TestErrorConditions");
202 addTest(root, &TestDecodedBundle, "tsutil/creststn/TestDecodedBundle");
203 addTest(root, &TestResourceLevelAliasing, "tsutil/creststn/TestResourceLevelAliasing");
204 addTest(root, &TestDirectAccess, "tsutil/creststn/TestDirectAccess");
205 addTest(root, &TestXPath, "tsutil/creststn/TestXPath");
206 addTest(root, &TestCLDRStyleAliases, "tsutil/creststn/TestCLDRStyleAliases");
207 addTest(root, &TestFallbackCodes, "tsutil/creststn/TestFallbackCodes");
208 addTest(root, &TestGetUTF8String, "tsutil/creststn/TestGetUTF8String");
209 addTest(root, &TestCLDRVersion, "tsutil/creststn/TestCLDRVersion");
211 addTest(root, &TestFallback, "tsutil/creststn/TestFallback");
212 addTest(root, &TestGetVersion, "tsutil/creststn/TestGetVersion");
213 addTest(root, &TestGetVersionColl, "tsutil/creststn/TestGetVersionColl");
214 addTest(root, &TestAliasConflict, "tsutil/creststn/TestAliasConflict");
215 addTest(root, &TestGetKeywordValues, "tsutil/creststn/TestGetKeywordValues");
216 addTest(root, &TestGetFunctionalEquivalent,"tsutil/creststn/TestGetFunctionalEquivalent");
217 addTest(root, &TestJB3763, "tsutil/creststn/TestJB3763");
218 addTest(root, &TestStackReuse, "tsutil/creststn/TestStackReuse");
1026 ures_close(ures_openU(largeBuffer, "root", &status));
1032 ures_close(ures_openU(NULL, "root", &status));
1038 if(ures_openU(NULL, "root", &status) != NULL){
1380 const char *locName = "root";
1418 const char *locName = "root";
1510 U_STRING_DECL(rootVal, "ROOT", 4);
1513 U_STRING_INIT(rootVal, "ROOT", 4);
1589 const char *NAME[] = { "ROOT", "TE", "TE_IN" };
2408 t = ures_findResource("root/calendar/islamic-civil/DateTime", t, &status);
2415 t = ures_findResource("root/calendar/islamic-civil/eras/abbreviated/0/mikimaus/pera", t, &status);
2443 t2 = ures_open(NULL, "root", &status);
2603 "t", "nl", "root",
2604 "t", "nl_NL", "root",
2605 "f", "nl_NL_EEXT", "root",
2606 "t", "nl@collation=stroke", "root",
2607 "t", "nl_NL@collation=stroke", "root",
2608 "f", "nl_NL_EEXT@collation=stroke", "root",
2955 log_err("ures_getUTF8StringByKey(testdata/root string) malfunctioned - %s\n", u_errorName(status));
3012 res = ures_openDirect(testdatapath, "root", &status);
3037 case -1: log_info("CLDR version is behind 'current' (for testdata/root.txt) %s. Some things may fail.\n", tmp); break;
3038 case 1: log_info("CLDR version is ahead of 'current' (for testdata/root.txt) %s. Some things may fail.\n", tmp); break;