Home | History | Annotate | Download | only in cintltst

Lines Matching refs:aliasB

2168     UResourceBundle *aliasB = NULL, *tb = NULL;
2184 aliasB = ures_open(testdatapath, "testaliases", &status);
2192 tb = ures_getByKey(aliasB, "aaa", tb, &status);
2199 tb = ures_getByKey(aliasB, "aab", tb, &status);
2209 tb = ures_getByKey(aliasB, "nonexisting", tb, &status);
2224 tb = ures_getByKey(aliasB, "referencingalias", tb, &status);
2231 string = tres_getString(aliasB, -1, "referencingalias", &strLen, &status);
2237 tb = ures_getByKey(aliasB, "LocaleScript", tb, &status);
2257 tb = ures_getByKey(aliasB, "simplealias", tb, &status);
2266 tb = ures_getByKey(aliasB, "zoneTests", tb, &status);
2297 tb = ures_getByKey(aliasB, "testGetStringByKeyAliasing", tb, &status);
2335 tb = ures_getByKey(aliasB, "testGetStringByIndexAliasing", tb, &status);
2363 tb = ures_getByKey(aliasB, "testAliasToTree", tb, &status);
2369 log_err("ures_getKey(aliasB) unexpectedly returned %s instead of \"collations\"\n", ures_getKey(tb));
2372 ures_close(aliasB);