Searched defs:last_syllable (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-myanmar.cc453 unsigned int last_syllable = 0; local
458 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
460 last_syllable = syllable;
H A Dhb-ot-shape-complex-indic.cc1229 unsigned int last_syllable = 0; local
1234 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
1236 last_syllable = syllable;
1246 last_syllable == buffer->cur().syllable() &&

Completed in 205 milliseconds