Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
DIndic.php18 const OT_ZWJ = 6; define in Mpdf\\Shaper\\Indic
153 $cat = self::OT_ZWJ;
463 …indic_config[4] == self::REPH_MODE_EXPLICIT && $info[$start + 2]['indic_category'] == self::OT_ZWJ)
522 …if ($start < $i && $info[$i]['indic_category'] == self::OT_ZWJ && $info[$i - 1]['indic_category'] …
547 if ($limit < $i && $info[$i - 1]['indic_category'] == self::OT_ZWJ) {
665 …if ((self::FLAG($info[$i]['indic_category']) & (self::FLAG(self::OT_ZWJ) | self::FLAG(self::OT_ZWN…
841 ($i + 2 == $base || $info[$i + 2]['indic_category'] != self::OT_ZWJ)) {
931 if ($base == $end && $start < $base && $info[$base - 1]['indic_category'] != self::OT_ZWJ) {
1264 return self::is_one_of($info, (self::FLAG(self::OT_ZWJ) | self::FLAG(self::OT_ZWNJ)));
DMyanmar.php16 const OT_ZWJ = 6; define in Mpdf\\Shaper\\Myanmar
128 $cat = self::OT_ZWJ;
DSea.php38 const OT_ZWJ = 6; define in Mpdf\\Shaper\\Sea