Searched refs:aliasB (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcreststn.c2112 UResourceBundle *aliasB = NULL, *tb = NULL; local
2128 aliasB = ures_open(testdatapath, "testaliases", &status);
2136 tb = ures_getByKey(aliasB, "aaa", tb, &status);
2143 tb = ures_getByKey(aliasB, "aab", tb, &status);
2153 tb = ures_getByKey(aliasB, "nonexisting", tb, &status);
2168 tb = ures_getByKey(aliasB, "referencingalias", tb, &status);
2175 string = tres_getString(aliasB, -1, "referencingalias", &strLen, &status);
2181 tb = ures_getByKey(aliasB, "LocaleScript", tb, &status);
2201 tb = ures_getByKey(aliasB, "simplealias", tb, &status);
2210 tb = ures_getByKey(aliasB, "zoneTest
[all...]

Completed in 43 milliseconds