Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DUcdn.php691 const BIDI_CLASS_ET = 10; define in Mpdf\\Ucdn
H A DOtl.php4780 if ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_ET) {
4789 } elseif ($chardata[$j]['type'] != Ucdn::BIDI_CLASS_ET) {
4800 if (($chardata[$i]['type'] == Ucdn::BIDI_CLASS_ET) || ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_ES) || ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_CS)) {
5378 if ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_ET) {
5401 } elseif ($nexttype != Ucdn::BIDI_CLASS_ET) {
5417 if (isset($chardata[$i]['type']) && (($chardata[$i]['type'] == Ucdn::BIDI_CLASS_ET) || ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_ES) || ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_CS))) {