Lines Matching refs:idx
29 int32_t idx, graphmeSize;
38 for (idx = 0; idx < origItemCount; idx++) {
39 graphmeSize = uset_getItem(origSet, idx,
117 int32_t idx;
130 for (idx = 0; idx < minSize && sameArray; idx++) {
131 if (subRootBundleArr[idx] != subBundleArr[idx]) {
135 && (subBundleArr[idx] < 1 || 7 < subBundleArr[idx]))
139 idx,
166 int32_t idx;
194 for (idx = 0; idx < minSize; idx++) {
196 const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
197 const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode);
208 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode);
213 idx,
222 idx,
233 idx,
241 idx,
249 idx,
256 idx,
271 if (4 <= idx && idx <= 7
283 idx,
286 else if (0 <= idx && idx <= 3
299 idx,
306 else if (idx == 4 && subBundleKey != NULL
312 idx,
578 int32_t idx;
588 for (idx = start; idx <= end; idx++) {
589 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
590 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode);
595 idx,
880 int32_t idx;
966 for (idx = 0; idx < end; idx++) {
967 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
969 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
975 currLoc, idx, strIdx, badChar);
995 for (idx = 0; idx < end; idx++) {
996 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
998 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
1004 currLoc, idx, strIdx, badChar);