Home | History | Annotate | Download | only in cintltst

Lines Matching defs:table

1066     /*Test ures_getNextResource() where resource is table*/
1838 /*confirm the resourcetype of each table row is an array*/
2273 log_err("(1) Didn't get correct string while accessing alias table by key (%s)\n", keys[i]);
2284 log_err("(2) Didn't get correct string while accesing alias table by index (%s)\n", strings[i]);
2295 log_err("(3) Didn't get correct string while iterating over alias table (%s)\n", strings[i]);
2797 UResourceBundle table;
2805 ures_initStackObject(&table);
2806 ures_getByKeyWithFallback(rb, "Types", &table, &errorCode);
2807 ures_getByKeyWithFallback(&table, "collation", &table, &errorCode);
2809 ures_close(&table);