Home | History | Annotate | Download | only in src

Lines Matching defs:base

152     {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,  5, 17, 18, 19, 20, 21,  1,  1, -1}, /*  4 - Base consonant */
244 // [Base]
268 int base = -1;
311 if (base >= 0
318 if (base < 0)
319 base = i;
322 MMDEBUG("\n base=%d, vowel_e=%d, kinzi=%d, medial_ra=%d", base, vowel_e, kinzi, medial_ra);
338 If in the position in which the base should be (first char in the string) there is
339 a character that has the Dotted circle flag (a character that cannot be a base)
359 if (kinzi >= 0 && i > base && (cc & Mymr_CF_AFTER_KINZI)) {
392 if(i == base)