Home | History | Annotate | Download | only in cintltst

Lines Matching full:root

76   { "root",         U_ZERO_ERROR,             e_Root,    { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
92 void addResourceBundleTest(TestNode** root);
94 void addResourceBundleTest(TestNode** root)
96 addTest(root, &TestConstruction1, "tsutil/crestst/TestConstruction1");
97 addTest(root, &TestOpenDirect, "tsutil/crestst/TestOpenDirect");
98 addTest(root, &TestResourceBundles, "tsutil/crestst/TestResourceBundles");
99 addTest(root, &TestTable32, "tsutil/crestst/TestTable32");
100 addTest(root, &TestFallback, "tsutil/crestst/TestFallback");
101 addTest(root, &TestAliasConflict, "tsutil/crestst/TestAliasConflict");
102 addTest(root, &TestFileStream, "tsutil/crestst/TestFileStream");
103 addTest(root, &TestGetSize, "tsutil/crestst/TestGetSize");
104 addTest(root, &TestGetLocaleByType, "tsutil/crestst/TestGetLocaleByType");
245 const char *NAME[] = { "ROOT", "TE", "TE_IN" };
268 theBundle = ures_open(testdatapath, "root", &status);
272 log_err("Couldn't open root bundle in %s", testdatapath);
475 * from root or similar
498 /* try an item in root, must fail */
503 log_err("idna_rules.getByKey(root key) succeeded!\n");
512 /* falling back to default or root is ok */
543 * - ures_open() will continue to find a root bundle if the requested one
571 log_err("casing.getByKey(root key) succeeded despite nofallback declaration - %s\n", u_errorName(errorCode));
577 * verify that ures_open("ne") finds the root bundle but
583 log_data_err("ures_open(\"ne\") failed (expected to get root): %s\n", u_errorName(errorCode));
585 if(errorCode!=U_USING_DEFAULT_WARNING || 0!=uprv_strcmp("root", ures_getLocale(ne, &errorCode))) {
586 log_err("ures_open(\"ne\") found something other than \"root\" - %s\n", u_errorName(errorCode));
607 log_err("te_IN.getByKey(root key) succeeded despite use of ures_openDirect() - %s\n", u_errorName(errorCode));
960 { "te_IN_BLAH", "string_only_in_Root", "te_IN", "root" },
961 { "te_IN_BLAH_01234567890_01234567890_01234567890_01234567890_01234567890_01234567890", "array_2d_only_in_Root", "te_IN", "root" },