HomeSort by relevance Sort by last modified time
    Searched refs:last_syllable (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-sea.cc 302 unsigned int last_syllable = 0; local
307 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
309 last_syllable = syllable;
336 unsigned int last_syllable = info[0].syllable(); local
338 if (last_syllable != info[i].syllable()) {
341 last_syllable = info[last].syllable();
hb-ot-shape-complex-myanmar.cc 463 unsigned int last_syllable = 0; local
468 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
470 last_syllable = syllable;
497 unsigned int last_syllable = info[0].syllable(); local
499 if (last_syllable != info[i].syllable()) {
502 last_syllable = info[last].syllable();
hb-ot-shape-complex-indic.cc 1132 unsigned int last_syllable = 0; local
1173 unsigned int last_syllable = info[0].syllable(); local
1532 unsigned int last_syllable = info[0].syllable(); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea.cc 302 unsigned int last_syllable = 0; local
307 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
309 last_syllable = syllable;
336 unsigned int last_syllable = info[0].syllable(); local
338 if (last_syllable != info[i].syllable()) {
341 last_syllable = info[last].syllable();
hb-ot-shape-complex-myanmar.cc 463 unsigned int last_syllable = 0; local
468 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
470 last_syllable = syllable;
497 unsigned int last_syllable = info[0].syllable(); local
499 if (last_syllable != info[i].syllable()) {
502 last_syllable = info[last].syllable();
hb-ot-shape-complex-indic.cc 1132 unsigned int last_syllable = 0; local
1173 unsigned int last_syllable = info[0].syllable(); local
1532 unsigned int last_syllable = info[0].syllable(); local
    [all...]

Completed in 171 milliseconds