Home | History | Annotate | Download | only in src

Lines Matching refs:kinzi

246 //    [Nga + Virama] (Kinzi) ### should probably come before post forms (medial ya)
251 // move the pre vowel, medial ra and kinzi
266 int kinzi = -1;
305 /*MMDEBUG("maybe kinzi: mc=%x", mc);*/
307 kinzi = i;
322 MMDEBUG("\n base=%d, vowel_e=%d, kinzi=%d, medial_ra=%d", base, vowel_e, kinzi, medial_ra);
346 /* copy the rest of the syllable to the output, inserting the kinzi
353 if (i == medial_ra || i == kinzi) {
359 if (kinzi >= 0 && i > base && (cc & Mymr_CF_AFTER_KINZI)) {
365 kinzi = -1;
400 if (kinzi >= 0) {