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/
H A 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'] == self::OT_H) {
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_ZWNJ) | self::FLAG(self::OT_N) | self::FLAG(self::OT_RS) | self::FLAG(self::OT_H) | self::FLAG(self::OT_COENG) ))) {
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)));
H A DMyanmar.php16 const OT_ZWJ = 6; define in Mpdf\\Shaper\\Myanmar
128 $cat = self::OT_ZWJ;
H A DSea.php38 const OT_ZWJ = 6; define in Mpdf\\Shaper\\Sea