Home | History | Annotate | Download | only in intltest

Lines Matching refs:idx

3236     int32_t  idx = 0;
3240 idx = idx*10 + d;
3242 while (vec.size()<idx+1) {vec.addElement(-1, status);}
3243 vec.setElementAt(val, idx);
3246 static void setInt(UVector &vec, int32_t val, int32_t idx) {
3248 while (vec.size()<idx+1) {vec.addElement(-1, status);}
3249 vec.setElementAt(val, idx);