Lines Matching refs:item
30 * Lookup a resource bundle table item with fallback on the table level.
33 * This function takes the name of a top-level table and of an item in that table
35 * with this item.
38 * before root. Once a bundle is open, item lookups do not go through the
51 const UChar *item=NULL;
81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode);
104 item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode);
142 /* succeeded in opening the fallback bundle .. continue and try to fetch the item */
151 return item;