Home | History | Annotate | Download | only in i18n

Lines Matching defs:idx

245     int32_t idx = findInStringArray(tmp, id, status);
247 if((idx == -1) && U_SUCCESS(status)) {
256 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
257 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(oldbundle), u_errorName(status)));
752 int32_t idx = 0;
759 map[idx++] = i;
917 int32_t idx = findInStringArray(names, id, ec);
918 result = ures_getStringByIndex(names, idx, NULL, &ec);
922 ures_getByIndex(rb, idx, rb, &ec);
949 int32_t idx = findInStringArray(res, id, ec);
953 const UChar *tmp = ures_getStringByIndex(res, idx, NULL, &ec);