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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.rl 62 z = ZWJ|ZWNJ; # is_joiner
hb-ot-shape-complex-indic.cc 158 is_joiner (const hb_glyph_info_t &info) function
682 (indic_plan->config->reph_mode == REPH_MODE_IMPLICIT && !is_joiner (info[start + 2])) ||
691 while (limit < end && is_joiner (info[limit]))
699 while (limit < end && is_joiner (info[limit]))
1015 if (is_joiner (info[i])) {
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 158 is_joiner (const hb_glyph_info_t &info) function
682 (indic_plan->config->reph_mode == REPH_MODE_IMPLICIT && !is_joiner (info[start + 2])) ||
691 while (limit < end && is_joiner (info[limit]))
699 while (limit < end && is_joiner (info[limit]))
1015 if (is_joiner (info[i])) {
    [all...]

Completed in 42 milliseconds