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/
DIndic.php16 const OT_H = 4; define in Mpdf\\Shaper\\Indic
522 … && $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 …NJ) | self::FLAG(self::OT_N) | self::FLAG(self::OT_RS) | self::FLAG(self::OT_H) | self::FLAG(self:…
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 || $…
959 …lf::is_one_of($info[$new_pos], (self::FLAG(self::OT_M) | self::FLAG(self::OT_H) | self::FLAG(self:…
[all …]
DMyanmar.php14 const OT_H = 4; define in Mpdf\\Shaper\\Myanmar
370 $info[$start + 2]['myanmar_category'] == self::OT_H) {
DSea.php17 const OT_H = 4; # Halant define in Mpdf\\Shaper\\Sea