Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tb

2111     UResourceBundle *aliasB = NULL, *tb = NULL;
2135 tb = ures_getByKey(aliasB, "aaa", tb, &status);
2142 tb = ures_getByKey(aliasB, "aab", tb, &status);
2149 log_data_err("err loading tb resource\n");
2152 tb = ures_getByKey(aliasB, "nonexisting", tb, &status);
2167 tb = ures_getByKey(aliasB, "referencingalias", tb, &status);
2168 string = tres_getString(tb, -1, NULL, &strLen, &status);
2180 tb = ures_getByKey(aliasB, "LocaleScript", tb, &status);
2182 tb = ures_getByIndex(tb, 2, tb, &status);
2184 string = tres_getString(tb, -1, NULL, &strLen, &status);
2201 tb = ures_getByKey(aliasB, "boundaries", tb, &status);
2202 got = tres_getString(tb, -1, "word", &gotLen, &status);
2219 tb = ures_getByKey(aliasB, "simplealias", tb, &status);
2220 string = tres_getString(tb, -1, NULL, &strLen, &status);
2228 tb = ures_getByKey(aliasB, "zoneTests", tb, &status);
2229 tb = ures_getByKey(tb, "zoneAlias2", tb, &status);
2230 string = tres_getString(tb, -1, NULL, &strLen, &status);
2259 tb = ures_getByKey(aliasB, "testGetStringByKeyAliasing", tb, &status);
2264 result = tres_getString(tb, -1, keys[i], &resultLen, &status);
2275 result = tres_getString(tb, i, NULL, &resultLen, &status);
2286 result = ures_getNextString(tb, &resultLen, &key, &status);
2297 tb = ures_getByKey(aliasB, "testGetStringByIndexAliasing", tb, &status);
2302 result = tres_getString(tb, i, NULL, &resultLen, &status);
2313 result = ures_getNextString(tb, &resultLen, &key, &status);
2325 tb = ures_getByKey(aliasB, "testAliasToTree", tb, &status);
2330 if (strcmp(ures_getKey(tb), "collations") != 0) {
2331 log_err("ures_getKey(aliasB) unexpectedly returned %s instead of \"collations\"\n", ures_getKey(tb));
2335 ures_close(tb);