Lines Matching refs:BIDI_CLASS_L

4650 					$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;
4855 } elseif ($chardata[($j + 1)]['type'] == Ucdn::BIDI_CLASS_L) {
4856 $right = Ucdn::BIDI_CLASS_L;
4874 $chardata[$i]['type'] = ($chardata[$i]['level'] % 2) ? Ucdn::BIDI_CLASS_R : Ucdn::BIDI_CLASS_L;
4884 if (($chardata[$i]['type'] == Ucdn::BIDI_CLASS_L) || ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_AN) || ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_EN)) {
4961 if ($cd['type'] == Ucdn::BIDI_CLASS_L) {
5052 $dos = Ucdn::BIDI_CLASS_L;
5106 if ($para[$nc2][18]['char_data'][$i2]['bidi_class'] === Ucdn::BIDI_CLASS_L || $para[$nc2][18]['char_data'][$i2]['bidi_class'] == Ucdn::BIDI_CLASS_AL || $para[$nc2][18]['char_data'][$i2]['bidi_class'] === Ucdn::BIDI_CLASS_R) {
5116 $fsi = Ucdn::BIDI_CLASS_L;
5121 if ($chunkOTLdata['char_data'][$i]['uni'] == 8294 || $fsi === Ucdn::BIDI_CLASS_L) { // LRI or FSI-L
5248 $chardata[$i]['sor'] = max($prelevel, $level) % 2 ? Ucdn::BIDI_CLASS_R : Ucdn::BIDI_CLASS_L;
5251 $chardata[$i]['eor'] = max($right, $level) % 2 ? Ucdn::BIDI_CLASS_R : Ucdn::BIDI_CLASS_L;
5301 if ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_L || $chardata[$i]['type'] == Ucdn::BIDI_CLASS_R || $chardata[$i]['type'] == Ucdn::BIDI_CLASS_AL) {
5436 if (isset($chardata[$i]['type']) && $chardata[$i]['type'] == Ucdn::BIDI_CLASS_EN && $laststrongtype == Ucdn::BIDI_CLASS_L) {
5437 $chardata[$i]['type'] = Ucdn::BIDI_CLASS_L;
5439 if (isset($chardata[$i]['type']) && ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_L || $chardata[$i]['type'] == Ucdn::BIDI_CLASS_R || $chardata[$i]['type'] == Ucdn::BIDI_CLASS_AL)) {
5464 } elseif ($laststrongtype == Ucdn::BIDI_CLASS_L) {
5465 $left = Ucdn::BIDI_CLASS_L;
5490 } elseif ($nexttype == Ucdn::BIDI_CLASS_L) {
5491 $right = Ucdn::BIDI_CLASS_L;
5504 } elseif ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_L || $chardata[$i]['type'] == Ucdn::BIDI_CLASS_R || $chardata[$i]['type'] == Ucdn::BIDI_CLASS_EN || $chardata[$i]['type'] == Ucdn::BIDI_CLASS_AN) {
5518 $chardata[$i]['type'] = ($chardata[$i]['level'] % 2) ? Ucdn::BIDI_CLASS_R : Ucdn::BIDI_CLASS_L;
5532 if (($chardata[$i]['type'] == Ucdn::BIDI_CLASS_L) || ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_AN) || ($chardata[$i]['type'] == Ucdn::BIDI_CLASS_EN)) {