Home
last modified time | relevance | path

Searched refs:OT_N (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php15 const OT_N = 3; define in Mpdf\\Shaper\\Indic
130 $cat = self::OT_N;
168 $cat = self::OT_N;
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) ))) {
934 while ($start < $base && isset($info[$base]) && ($info[$base]['indic_category'] == self::OT_H || $info[$base]['indic_category'] == self::OT_N)) {
H A DMyanmar.php13 const OT_N = 3; define in Mpdf\\Shaper\\Myanmar
32 const OT_DB = 3; // same as Indic::OT_N; /* Dot below */