Lines Matching refs:root
76 { "root", U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
92 void addResourceBundleTest(TestNode** root);
94 void addResourceBundleTest(TestNode** root)
97 addTest(root, &TestConstruction1, "tsutil/crestst/TestConstruction1");
98 addTest(root, &TestOpenDirect, "tsutil/crestst/TestOpenDirect");
99 addTest(root, &TestResourceBundles, "tsutil/crestst/TestResourceBundles");
100 addTest(root, &TestTable32, "tsutil/crestst/TestTable32");
101 addTest(root, &TestFileStream, "tsutil/crestst/TestFileStream");
102 addTest(root, &TestGetSize, "tsutil/crestst/TestGetSize");
103 addTest(root, &TestGetLocaleByType, "tsutil/crestst/TestGetLocaleByType");
105 addTest(root, &TestFallback, "tsutil/crestst/TestFallback");
106 addTest(root, &TestAliasConflict, "tsutil/crestst/TestAliasConflict");
248 const char *NAME[] = { "ROOT", "TE", "TE_IN" };
271 theBundle = ures_open(testdatapath, "root", &status);
275 log_err("Couldn't open root bundle in %s", testdatapath);
478 * from root or similar
501 /* try an item in root, must fail */
506 log_err("idna_rules.getByKey(root key) succeeded!\n");
515 /* falling back to default or root is ok */
546 * - ures_open() will continue to find a root bundle if the requested one
574 log_err("casing.getByKey(root key) succeeded despite nofallback declaration - %s\n", u_errorName(errorCode));
580 * verify that ures_open("ne") finds the root bundle but
586 log_data_err("ures_open(\"ne\") failed (expected to get root): %s\n", u_errorName(errorCode));
588 if(errorCode!=U_USING_DEFAULT_WARNING || 0!=uprv_strcmp("root", ures_getLocale(ne, &errorCode))) {
589 log_err("ures_open(\"ne\") found something other than \"root\" - %s\n", u_errorName(errorCode));
610 log_err("te_IN.getByKey(root key) succeeded despite use of ures_openDirect() - %s\n", u_errorName(errorCode));
963 { "te_IN_BLAH", "string_only_in_Root", "te_IN", "root" },
964 { "te_IN_BLAH_01234567890_01234567890_01234567890_01234567890_01234567890_01234567890", "array_2d_only_in_Root", "te_IN", "root" },