Home
last modified time | relevance | path

Searched refs:OT_H (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php16 const OT_H = 4; define in Mpdf\\Shaper\\Indic
522 if ($start < $i && $info[$i]['indic_category'] == self::OT_ZWJ && $info[$i - 1]['indic_category'] == self::OT_H) {
647 if ($info[$i]['indic_category'] == self::OT_H) {
649 if (self::is_consonant($info[$j]) || $info[$j]['indic_category'] == self::OT_H) {
653 if ($info[$j]['indic_category'] != self::OT_H && $j > $i) {
665 if ((self::FLAG($info[$i]['indic_category']) & (self::FLAG(self::OT_ZWJ) | self::FLAG(self::OT_ZWNJ) | self::FLAG(self::OT_N) | self::FLAG(self::OT_RS) | self::FLAG(self::OT_H) | self::FLAG(self::OT_COENG) ))) {
667 if ($info[$i]['indic_category'] == self::OT_H && $info[$i]['indic_position'] == self::POS_PRE_M) {
840 if ($info[$i]['indic_category'] == self::OT_RA && $info[$i + 1]['indic_category'] == self::OT_H &&
934 while ($start < $base && isset($info[$base]) && ($info[$base]['indic_category'] == self::OT_H || $info[$base]['indic_category'] == self::OT_N)) {
959 while ($new_pos > $start && !(self::is_one_of($info[$new_pos], (self::FLAG(self::OT_M) | self::FLAG(self::OT_H) | sel
[all...]
H A DMyanmar.php14 const OT_H = 4; define in Mpdf\\Shaper\\Myanmar
370 $info[$start + 2]['myanmar_category'] == self::OT_H) {
H A DSea.php17 const OT_H = 4; # Halant define in Mpdf\\Shaper\\Sea