Searched refs:firstConsonant (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.cpp1107 le_int32 i, firstConsonant, baseConsonant, secondConsonant, inv_count = 0, beginSyllable = 0; local
1116 for ( firstConsonant = beginSyllable ; firstConsonant < nextSyllable ; firstConsonant++ ) {
1117 if ( classTable->isConsonant(chars[firstConsonant]) ) {
1125 secondConsonant = firstConsonant;
1129 while ( baseConsonant > firstConsonant ) {
1148 secondConsonant != firstConsonant) {

Completed in 33 milliseconds