Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DIndicReordering.cpp1085 le_int32 i, firstConsonant, baseConsonant, secondConsonant, inv_count = 0, beginSyllable = 0; in v2process() local
1094 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()