Home | History | Annotate | Download | only in src

Lines Matching refs:syllable

162  * cannot happen in a consonant syllable.  The plus side however is, we can call the
163 * consonant syllable logic from the vowel syllable function and get it all right! */
426 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F);
443 if ((buffer->info[i].syllable() & 0x0F) == broken_cluster) {
466 unsigned int syllable = buffer->cur().syllable();
467 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F);
468 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
470 last_syllable = syllable;
475 info.syllable() = buffer->cur().syllable();
497 unsigned int last_syllable = info[0].syllable();
499 if (last_syllable != info[i].syllable()) {
502 last_syllable = info[last].syllable();
517 info[i].syllable() = 0;