Home | History | Annotate | Download | only in cintltst

Lines Matching refs:idx

35     int32_t idx, graphmeSize;
44 for (idx = 0; idx < origItemCount; idx++) {
45 graphmeSize = uset_getItem(origSet, idx,
121 int32_t idx;
134 for (idx = 0; idx < minSize && sameArray; idx++) {
135 if (subRootBundleArr[idx] != subBundleArr[idx]) {
139 && (subBundleArr[idx] < 1 || 7 < subBundleArr[idx]))
143 idx,
170 int32_t idx;
198 for (idx = 0; idx < minSize; idx++) {
200 const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
201 const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode);
212 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode);
217 idx,
226 idx,
237 idx,
245 idx,
253 idx,
260 idx,
275 if (4 <= idx && idx <= 7
287 idx,
290 else if (0 <= idx && idx <= 3
303 idx,
310 else if (idx == 4 && subBundleKey != NULL
316 idx,
579 int32_t idx;
589 for (idx = start; idx <= end; idx++) {
590 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
591 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode);
596 idx,
646 int32_t idx;
657 for (idx = 0; idx < fromSize; idx++) {
658 if (fromBundleArr[idx] != toBundleArr[idx]) {
660 idx,
671 int32_t idx;
682 for (idx = 0; idx < fromSize; idx++) {
683 if (fromBundleArr[idx] != toBundleArr[idx]) {
685 idx,
950 int32_t idx;
1032 for (idx = 0; idx < end; idx++) {
1033 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
1035 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
1041 currLoc, idx, strIdx);
1061 for (idx = 0; idx < end; idx++) {
1062 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
1064 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
1070 currLoc, idx, strIdx);