Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
DMyanmar.php26 const OT_RA = 16; /* Not explicitly listed in the OT spec, but used in the grammar. */ define in Mpdf\\Shaper\\Myanmar
151 $cat = self::OT_RA;
368 $info[$start]['myanmar_category'] == self::OT_RA &&
451 …nfo, (self::FLAG(self::OT_C) | self::FLAG(self::OT_CM) | self::FLAG(self::OT_RA) | self::FLAG(self…
DIndic.php29 const OT_RA = 16; /* Not explicitly listed in the OT spec, but used in the grammar. */ define in Mpdf\\Shaper\\Indic
176 …t) & (self::FLAG(self::OT_C) | self::FLAG(self::OT_CM) | self::FLAG(self::OT_RA) | self::FLAG(self…
185 $cat = self::OT_RA;
840 … if ($info[$i]['indic_category'] == self::OT_RA && $info[$i + 1]['indic_category'] == self::OT_H &&
1271 …nfo, (self::FLAG(self::OT_C) | self::FLAG(self::OT_CM) | self::FLAG(self::OT_RA) | self::FLAG(self…
DSea.php54 const OT_RA = 16; define in Mpdf\\Shaper\\Sea