Home | History | Annotate | Download | only in cintltst

Lines Matching refs:root

82 void addUDataTest(TestNode** root);
85 addUDataTest(TestNode** root)
88 addTest(root, &TestUDataOpen, "udatatst/TestUDataOpen" );
89 addTest(root, &TestUDataOpenChoiceDemo1, "udatatst/TestUDataOpenChoiceDemo1");
90 addTest(root, &TestUDataOpenChoiceDemo2, "udatatst/TestUDataOpenChoiceDemo2");
91 addTest(root, &TestUDataGetInfo, "udatatst/TestUDataGetInfo" );
92 addTest(root, &TestUDataGetMemory, "udatatst/TestUDataGetMemory" );
93 addTest(root, &TestErrorConditions, "udatatst/TestErrorConditions");
94 addTest(root, &TestAppData, "udatatst/TestAppData" );
95 addTest(root, &TestSwapData, "udatatst/TestSwapData" );
97 addTest(root, &TestUDataSetAppData, "udatatst/TestUDataSetAppData" );
98 addTest(root, &TestICUDataName, "udatatst/TestICUDataName" );
99 addTest(root, &PointerTableOfContents, "udatatst/PointerTableOfContents" );
100 addTest(root, &SetBadCommonData, "udatatst/SetBadCommonData" );
101 addTest(root, &TestUDataFileAccess, "udatatst/TestUDataFileAccess" );
121 {"root", "res"},
988 /* Test whether apps and ICU can each have their own root.res */
1009 icu = ures_open(NULL, "root", &status);
1012 log_data_err("%s:%d: Couldn't open root ICU bundle- %s", __FILE__, __LINE__, u_errorName(status));
1015 /* log_info("Open icu root: %s size_%d\n", u_errorName(status), ures_getSize(icu)); */
1018 app = ures_open(testPath, "root", &status);
1029 log_err("%s:%d: Couldn't get Version string from ICU root bundle- %s", __FILE__, __LINE__, u_errorName(status));
1036 log_err("%s:%d: Couldn't get string from Version string from ICU root bundle- %s", __FILE__, __LINE__, u_errorName(status));
1045 log_err("%s:%d: Couldn't get Version string from App root bundle- %s", __FILE__, __LINE__, u_errorName(status));
1052 log_err("%s:%d: Couldn't get string from Version string from App root bundle- %s", __FILE__, __LINE__, u_errorName(status));
1061 log_err("%s:%d: Error! Expected ICU and App root version strings to be DIFFERENT but they are both %s and %s\n", __FILE__, __LINE__, austrdup(icuString),
1258 /* ICU's root */
1259 {"root", "res", ures_swap},