Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php4650 $dos = Ucdn::BIDI_CLASS_L;
4713 $chardata[$i]['sor'] = max($left, $level) % 2 ? Ucdn::BIDI_CLASS_R : Ucdn::BIDI_CLASS_L;
4714 $chardata[$i]['eor'] = max($right, $level) % 2 ? Ucdn::BIDI_CLASS_R : Ucdn::BIDI_CLASS_L;
4744 } elseif (($chardata[$j]['type'] == Ucdn::BIDI_CLASS_L) || ($chardata[$j]['type'] == Ucdn::BIDI_CLASS_R)) {
4809 if ($chardata[$i]['sor'] == Ucdn::BIDI_CLASS_L) {
4815 if ($chardata[$j + 1]['sor'] == Ucdn::BIDI_CLASS_L) {
4819 } elseif ($chardata[$j]['type'] == Ucdn::BIDI_CLASS_L) {
4820 $chardata[$i]['type'] = Ucdn::BIDI_CLASS_L;
4839 } elseif ($chardata[($i - 1)]['type'] == Ucdn::BIDI_CLASS_L) {
4840 $left = Ucdn::BIDI_CLASS_L;
[all...]
H A DUcdn.php681 const BIDI_CLASS_L = 0; define in Mpdf\\Ucdn