Lines Matching defs:table
102 return URESDATA_ITEM_NOT_FOUND; /* not found or table is empty. */
133 return URESDATA_ITEM_NOT_FOUND; /* not found or table is empty. */
712 res_getTableItemByKey(const ResourceData *pResData, Resource table,
714 uint32_t offset=RES_GET_OFFSET(table);
720 switch(RES_GET_TYPE(table)) {
760 res_getTableItemByIndex(const ResourceData *pResData, Resource table,
762 uint32_t offset=RES_GET_OFFSET(table);
767 switch(RES_GET_TYPE(table)) {
958 /* if the resource is a table */
1003 * physically first, before their branches, so that the root table with its
1007 /* definitions for table sorting ------------------------ */
1040 /* The table item key string is not locally available. */
1043 /* resource table key for collation binaries: "%%CollationBin" */
1112 if( key!=nullptr && /* the binary is in a table */
1114 /* its table key string is "%%CollationBin" */
1117 /* its table key string is unknown but it looks like a collation binary */
1137 /* get table item count */
1149 /* get table item count */
1166 p=inBundle+offset; /* pointer to table resources */
1186 udata_printError(ds, "ures_swapResource(table res=%08x)[%d].recurse(%08x) failed\n",
1208 * First we set up a temporary table with the key indexes and
1227 udata_printError(ds, "ures_swapResource(table res=%08x).uprv_sortArray(%d items) failed\n",
1472 /* allocate the temporary table for sorting resource tables */