Home | History | Annotate | Download | only in common

Lines Matching refs:idx

696                                          const char *key, int32_t idx, UResourceDataEntry *realData, 
836 } else if(idx != -1) {
840 r = res_getTableItemByIndex(&(mainRes->fResData), r, idx, (const char **)&aKey);
842 r = res_getArrayItem(&(mainRes->fResData), r, idx);
969 } else if(idx >= 0) {
971 int32_t len = T_CString_integerToString(buf, idx, 10);
1444 int32_t idx,
1449 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status);
2157 UResourceBundle *idx = NULL;
2176 idx = ures_openDirect(path, INDEX_LOCALE_NAME, status);
2177 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status);
2194 ures_close(idx);