Searched refs:is_halant_or_coeng (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic-machine.rl63 h = H | Coeng; # is_halant_or_coeng
H A Dhb-ot-shape-complex-indic.cc177 is_halant_or_coeng (const hb_glyph_info_t &info) function
909 if (is_halant_or_coeng (info[i]))
1244 if (is_halant_or_coeng (info[new_pos]) &&
1322 while (new_reph_pos < base && !is_halant_or_coeng (info[new_reph_pos]))
1325 if (new_reph_pos < base && is_halant_or_coeng (info[new_reph_pos]))
1375 while (new_reph_pos < base && !is_halant_or_coeng (info[new_reph_pos]))
1378 if (new_reph_pos < base && is_halant_or_coeng (info[new_reph_pos]))
1402 unlikely (is_halant_or_coeng (info[new_reph_pos]))) {
1477 if (new_pos > start && is_halant_or_coeng (info[new_pos - 1]))
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-indic.cc171 is_halant_or_coeng (const hb_glyph_info_t &info) function
1358 if (is_halant_or_coeng (info[new_pos]) &&
1443 while (new_reph_pos < base && !is_halant_or_coeng (info[new_reph_pos]))
1446 if (new_reph_pos < base && is_halant_or_coeng (info[new_reph_pos]))
1495 while (new_reph_pos < base && !is_halant_or_coeng (info[new_reph_pos]))
1498 if (new_reph_pos < base && is_halant_or_coeng (info[new_reph_pos]))
1522 unlikely (is_halant_or_coeng (info[new_reph_pos]))) {
1603 if (new_pos > start && is_halant_or_coeng (info[new_pos - 1]))

Completed in 76 milliseconds