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 305 unsigned int last_syllable = 0; local
310 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
312 last_syllable = syllable;
339 unsigned int last_syllable = info[0].syllable(); local
341 if (last_syllable != info[i].syllable()) {
344 last_syllable = info[last].syllable();
hb-ot-shape-complex-myanmar.cc 478 unsigned int last_syllable = 0; local
483 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
485 last_syllable = syllable;
512 unsigned int last_syllable = info[0].syllable(); local
514 if (last_syllable != info[i].syllable()) {
517 last_syllable = info[last].syllable();
hb-ot-shape-complex-indic.cc 1275 unsigned int last_syllable = 0; local
1317 unsigned int last_syllable = info[0].syllable(); local
1742 unsigned int last_syllable = info[0].syllable(); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea.cc 305 unsigned int last_syllable = 0; local
310 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
312 last_syllable = syllable;
339 unsigned int last_syllable = info[0].syllable(); local
341 if (last_syllable != info[i].syllable()) {
344 last_syllable = info[last].syllable();
hb-ot-shape-complex-myanmar.cc 478 unsigned int last_syllable = 0; local
483 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
485 last_syllable = syllable;
512 unsigned int last_syllable = info[0].syllable(); local
514 if (last_syllable != info[i].syllable()) {
517 last_syllable = info[last].syllable();
hb-ot-shape-complex-indic.cc 1275 unsigned int last_syllable = 0; local
1316 unsigned int last_syllable = info[0].syllable(); local
1741 unsigned int last_syllable = info[0].syllable(); local
    [all...]

Completed in 214 milliseconds