Searched refs:new_reph_pos (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-indic.cc1492 unsigned int new_reph_pos; local
1517 new_reph_pos = start + 1;
1518 while (new_reph_pos < base && !is_halant_or_coeng (info[new_reph_pos]))
1519 new_reph_pos++;
1521 if (new_reph_pos < base && is_halant_or_coeng (info[new_reph_pos]))
1524 if (new_reph_pos + 1 < base && is_joiner (info[new_reph_pos + 1]))
1525 new_reph_pos
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc1491 unsigned int new_reph_pos; local
1516 new_reph_pos = start + 1;
1517 while (new_reph_pos < base && !is_halant_or_coeng (info[new_reph_pos]))
1518 new_reph_pos++;
1520 if (new_reph_pos < base && is_halant_or_coeng (info[new_reph_pos]))
1523 if (new_reph_pos + 1 < base && is_joiner (info[new_reph_pos + 1]))
1524 new_reph_pos
[all...]

Completed in 78 milliseconds