Home | History | Annotate | Download | only in src

Lines Matching refs:toPos

1373                 int toPos = base+1;
1374 if (toPos < len && uc[toPos] == nukta)
1375 toPos++;
1376 if (toPos < len && uc[toPos] == halant)
1377 toPos++;
1378 if (toPos < len && uc[toPos] == 0x200d)
1379 toPos++;
1380 if (toPos < len-1 && uc[toPos] == ra && uc[toPos+1] == halant)
1381 toPos += 2;
1384 toPos = matra+1;
1388 toPos = len;
1392 IDEBUG("moving leading ra+halant to position %d", toPos);
1393 for (i = 2; i < toPos; i++)
1395 uc[toPos-2] = ra;
1396 uc[toPos-1] = halant;
1399 reph = toPos-2;