Home | History | Annotate | Download | only in common

Lines Matching refs:idx

220     int32_t prev, titleStart, titleLimit, idx, destIndex, length;
244 idx=ubrk_first(csm->iter);
246 idx=ubrk_next(csm->iter);
248 if(idx==UBRK_DONE || idx>srcLength) {
249 idx=srcLength;
265 if(prev<idx) {
268 U16_NEXT(src, titleLimit, idx, c);
273 if(titleLimit==idx) {
280 U16_NEXT(src, titleLimit, idx, c);
302 if ( titleStart+1 < idx &&
312 if(titleLimit<idx) {
320 titleLimit, idx,
324 length=idx-titleLimit;
334 prev=idx;