Home | History | Annotate | Download | only in common

Lines Matching refs:idx

277     int32_t prev, titleStart, titleLimit, idx, destIndex, length;
305 idx=ubrk_first(csm->iter);
307 idx=ubrk_next(csm->iter);
309 if(idx==UBRK_DONE || idx>srcLength) {
310 idx=srcLength;
326 if(prev<idx) {
329 U8_NEXT(src, titleLimit, idx, c);
334 if(titleLimit==idx) {
341 U8_NEXT(src, titleLimit, idx, c);
364 if ( titleStart+1 < idx &&
373 if(titleLimit<idx) {
381 titleLimit, idx,
385 length=idx-titleLimit;
395 prev=idx;