Home | History | Annotate | Download | only in layout

Lines Matching defs:syllable

35     // simple classes, they are used in the statetable (in this file) to control the length of a syllable
38 // indicate error in syllable construction
244 // formed Tibetan Syllable.
252 // in the syllable, but the state could be produced a consonant of any type when
262 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,}, // 1 - exit state (or sign to the right of the syllable)
297 // calculate, using the state table, which one is the last character of the syllable
334 le_int32 syllable = findSyllable(classTable, chars, prev, charCount);
347 for (i = prev; i < syllable; i += 1) {
382 prev = syllable; // move the pointer to the start of next syllable