Home | History | Annotate | Download | only in src

Lines Matching refs:lastConsonant

1274             int lastConsonant = 0;
1287 lastConsonant = i;
1301 lastConsonant = i;
1335 IDEBUG(" base consonant at %d skipped=%d, lastConsonant=%d", base, skipped, lastConsonant);
1342 if (lastConsonant > base) {
1349 IDEBUG(" moving halant from %d to %d!", base+1, lastConsonant);
1350 for (i = halantPos; i < lastConsonant; i++)
1352 uc[lastConsonant] = halant;