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

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc1296 unsigned int new_reph_pos; local
1321 new_reph_pos = start + 1;
1322 while (new_reph_pos < base && !is_halant_or_coeng (info[new_reph_pos]))
1323 new_reph_pos++;
1325 if (new_reph_pos < base && is_halant_or_coeng (info[new_reph_pos]))
1328 if (new_reph_pos + 1 < base && is_joiner (info[new_reph_pos + 1]))
1329 new_reph_pos
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-indic.cc1417 unsigned int new_reph_pos; local
1442 new_reph_pos = start + 1;
1443 while (new_reph_pos < base && !is_halant_or_coeng (info[new_reph_pos]))
1444 new_reph_pos++;
1446 if (new_reph_pos < base && is_halant_or_coeng (info[new_reph_pos]))
1449 if (new_reph_pos + 1 < base && is_joiner (info[new_reph_pos + 1]))
1450 new_reph_pos
[all...]

Completed in 120 milliseconds