Home | History | Annotate | Download | only in cintltst

Lines Matching refs:root

76 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName,
81 ures_resetIterator(root);
97 subRootBundle = ures_getByKey(root, subBundleKey, NULL, &errorCode);
108 log_err("key \"%s\" in \"%s\" has a different type from root for locale \"%s\"\n"
128 log_err("Arrays are different size with key \"%s\" in \"%s\" from root for locale \"%s\"\n",
152 log_err("Integer vectors are the same with key \"%s\" in \"%s\" from root for locale \"%s\"\n",
181 log_err("Different size array with key \"%s\" in \"%s\" from root for locale \"%s\"\n"
209 /* A2 or A4 in the root string indicates that the resource can optionally be an array instead of a */
214 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
222 log_err("Got something other than a string or array of size %d for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
234 log_err("Got something other than a string or array for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
242 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
320 /* if (sameArray && strcmp(rootName, "root") == 0) {
321 log_err("Arrays are the same with key \"%s\" in \"%s\" from root for locale \"%s\"\n",
392 else if (strcmp(locale, "root") != 0 && errorCode == U_ZERO_ERROR) {
396 log_err("Can't open a string with key \"%s\" in \"%s\" in root\n",
491 UResourceBundle *root, *currentLocale;
509 strcpy(locName, "root");
512 root = ures_openDirect(NULL, locName, &errorCode);
519 log_data_err("At least root needs to be installed\n");
522 root = ures_openDirect(loadTestData(&errorCode), "structLocale", &errorCode);
561 TestKeyInRootRecursive(root, "root", currentLocale, currLoc);
568 ures_close(root);
941 UResourceBundle *root, *currentLocale;
955 log_data_err("At least root needs to be installed\n");
958 root = ures_openDirect(NULL, "root", &errorCode);
960 log_data_err("Can't open root\n");
1129 ures_close(root);
1343 #define TESTCASE(name) addTest(root, &name, "tsutil/cldrtest/" #name)
1345 void addCLDRTest(TestNode** root);
1347 void addCLDRTest(TestNode** root)