Home | History | Annotate | Download | only in cintltst

Lines Matching defs:table

1065     /*Test ures_getNextResource() where resource is table*/
1837 /*confirm the resourcetype of each table row is an array*/
2253 log_err("(1) Didn't get correct string while accessing alias table by key (%s)\n", keys[i]);
2264 log_err("(2) Didn't get correct string while accesing alias table by index (%s)\n", strings[i]);
2275 log_err("(3) Didn't get correct string while iterating over alias table (%s)\n", strings[i]);
2774 UResourceBundle table;
2782 ures_initStackObject(&table);
2783 ures_getByKeyWithFallback(rb, "Types", &table, &errorCode);
2784 ures_getByKeyWithFallback(&table, "collation", &table, &errorCode);
2786 ures_close(&table);