/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-indic-machine.rl | 64 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;
|
hb-ot-shape-complex-indic.cc | 118 0x0A30, /* Gurmukhi */ /* No Reph */ 121 0x0BB0, /* Tamil */ /* No Reph */ 122 0x0C30, /* Telugu */ /* Reph formed only with ZWJ */ 124 0x0D30, /* Malayalam */ /* No Reph, Logical Repha */ 126 0x0DBB, /* Sinhala */ /* Reph formed only with ZWJ */ 128 0x179A, /* Khmer */ /* No Reph, Visual Repha */ 292 REPH_MODE_IMPLICIT, /* Reph formed out of initial Ra,H sequence. */ 293 REPH_MODE_EXPLICIT, /* Reph formed out of initial Ra,H,ZWJ sequence. */ 666 * o If the syllable starts with Ra + Halant (in a script that has Reph) 675 /* -> If the syllable starts with Ra + Halant (in a script that has Reph) 1418 hb_glyph_info_t reph = info[start]; local [all...] |
/external/harfbuzz/src/ |
harfbuzz-indic.cpp | 486 Reph, 961 { Consonant, Reph }, 972 { Consonant, Reph }, 1013 { Consonant, Reph }, 1021 { Consonant, Reph }, 1233 int reph = -1; local [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-indic.cpp | 486 Reph, 961 { Consonant, Reph }, 972 { Consonant, Reph }, 1013 { Consonant, Reph }, 1021 { Consonant, Reph }, 1233 int reph = -1; local [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-indic.cc | 118 0x0A30, /* Gurmukhi */ /* No Reph */ 121 0x0BB0, /* Tamil */ /* No Reph */ 122 0x0C30, /* Telugu */ /* Reph formed only with ZWJ */ 124 0x0D30, /* Malayalam */ /* No Reph, Logical Repha */ 126 0x0DBB, /* Sinhala */ /* Reph formed only with ZWJ */ 128 0x179A, /* Khmer */ /* No Reph, Visual Repha */ 289 REPH_MODE_IMPLICIT, /* Reph formed out of initial Ra,H sequence. */ 290 REPH_MODE_EXPLICIT, /* Reph formed out of initial Ra,H,ZWJ sequence. */ 706 * o If the syllable starts with Ra + Halant (in a script that has Reph) 715 /* -> If the syllable starts with Ra + Halant (in a script that has Reph) 1537 hb_glyph_info_t reph = info[start]; local [all...] |