Home | History | Annotate | Download | only in intltest

Lines Matching defs:curIndex

268     int32_t curIndex=0;
271 while (curIndex < testSource[i]) {
272 result[curIndex++]=0x6F; //'o' other
274 result[curIndex++]=0x61; // 'a'
277 *max=curIndex;