Home | History | Annotate | Download | only in convperf

Lines Matching refs:idx

123         int32_t idx;
127 for (idx = 0; idx < availableConverters; idx++) {
128 convNames[idx] = ucnv_getAvailableName(idx);
132 int32_t idx;
136 for (idx = 0; idx < availableConverters; idx++) {
137 ucnv_close(ucnv_open(convNames[idx], status));