Lines Matching refs:idx
842 const char *key, int32_t idx, UResourceDataEntry *realData,
982 } else if(idx != -1) {
987 r = res_getTableItemByIndex(&(mainRes->fResData), r, idx, (const char **)&aKey);
989 r = res_getArrayItem(&(mainRes->fResData), r, idx);
1116 } else if(idx >= 0) {
1118 int32_t len = T_CString_integerToString(buf, idx, 10);
1575 int32_t idx,
1580 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status);
2315 UResourceBundle *idx = NULL;
2334 idx = ures_openDirect(path, INDEX_LOCALE_NAME, status);
2335 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status);
2352 ures_close(idx);