Home | History | Annotate | Download | only in intltest

Lines Matching defs:idx

1568     int32_t  idx = 0;
1572 idx = idx*10 + d;
1574 while (vec.size()<idx+1) {vec.addElement(-1, status);}
1575 vec.setElementAt(val, idx);