Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-khmer.cc394 unsigned int last_syllable = 0; in insert_dotted_circles() local
399 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
401 last_syllable = syllable; in insert_dotted_circles()
411 last_syllable == buffer->cur().syllable() && in insert_dotted_circles()
Dhb-ot-shape-complex-myanmar.cc327 unsigned int last_syllable = 0; in insert_dotted_circles() local
332 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
334 last_syllable = syllable; in insert_dotted_circles()
Dhb-ot-shape-complex-use.cc547 unsigned int last_syllable = 0; in insert_dotted_circles() local
552 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
554 last_syllable = syllable; in insert_dotted_circles()
564 last_syllable == buffer->cur().syllable() && in insert_dotted_circles()
Dhb-ot-shape-complex-indic.cc995 unsigned int last_syllable = 0; in insert_dotted_circles() local
1000 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
1002 last_syllable = syllable; in insert_dotted_circles()
1012 last_syllable == buffer->cur().syllable() && in insert_dotted_circles()