Searched refs:reph (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic-machine.rl64 reph = (Ra H | Repha); # possible reph
77 vowel_syllable = reph? V.n? (ZWJ | (halant_group.cn){0,4} halant_or_matra_group? syllable_tail);
78 standalone_cluster = reph? place_holder.n? (halant_group.cn){0,4} halant_or_matra_group? syllable_tail;
79 broken_cluster = reph? n? (halant_group.cn){0,4} halant_or_matra_group syllable_tail;
H A Dhb-ot-shape-complex-indic.cc1280 /* o Reorder reph:
1285 * Possible positions for reph, depending on the script, are; after main,
1301 /* 1. If reph should be positioned after post-base consonant forms,
1309 /* 2. If the reph repositioning class is not after post-base: target
1311 * first post-reph consonant and last main consonant. If ZWJ or ZWNJ
1317 * fixed in shaping engine, there was no case where reph position
1334 /* 3. If reph should be repositioned after the main consonant: find the
1348 /* 4. If reph should be positioned before post-base consonant, find
1364 /* 5. If no consonant is found in steps 3 or 4, move reph to a position
1367 * reph positio
1418 hb_glyph_info_t reph = info[start]; local
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-indic.cpp1233 int reph = -1; local
1399 reph = toPos-2;
1442 if (reph > 0) {
1443 // recalculate reph, it might have changed.
1446 reph = i;
1447 position[reph] = Reph;
1448 position[reph+1] = Inherit;
1513 if (reph > 0) {
1514 // recalculate reph, it might have changed.
1517 reph
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-indic.cpp1233 int reph = -1; local
1399 reph = toPos-2;
1442 if (reph > 0) {
1443 // recalculate reph, it might have changed.
1446 reph = i;
1447 position[reph] = Reph;
1448 position[reph+1] = Inherit;
1513 if (reph > 0) {
1514 // recalculate reph, it might have changed.
1517 reph
[all...]

Completed in 91 milliseconds