Searched refs:firstConsonant (Results 1 – 1 of 1) sorted by relevance
1085 le_int32 i, firstConsonant, baseConsonant, secondConsonant, inv_count = 0, beginSyllable = 0; in v2process() local1094 for ( firstConsonant = beginSyllable ; firstConsonant < nextSyllable ; firstConsonant++ ) { in v2process()1095 if ( classTable->isConsonant(chars[firstConsonant]) ) { in v2process()1103 secondConsonant = firstConsonant; in v2process()1107 while ( baseConsonant > firstConsonant ) { in v2process()1126 secondConsonant != firstConsonant) { in v2process()