Lines Matching refs:left

678 				// NB Old style 'mymr' is left to go through the default shaper
4634 // a. If this new level would be valid, then this embedding code is valid. Remember (push) the current embedding level and override status. Reset the current level to this new level, and reset the override status to right-to-left.
4644 // a. If this new level would be valid, then this embedding code is valid. Remember (push) the current embedding level and override status. Reset the current level to this new level, and reset the override status to left-to-right.
4704 $left = $prelevel;
4706 $left = $chardata[$i - 1]['level'];
4713 $chardata[$i]['sor'] = max($left, $level) % 2 ? Ucdn::BIDI_CLASS_R : Ucdn::BIDI_CLASS_L;
4833 $left = -1;
4836 $left = $chardata[($i)]['sor'];
4838 $left = $chardata[($i)]['sor'];
4840 $left = Ucdn::BIDI_CLASS_L;
4842 $left = Ucdn::BIDI_CLASS_R;
4864 if ($left > -1 && $left == $right) {
4866 $chardata[$i]['type'] = $left;
4879 // I1. For all characters with an even (left-to-right) embedding direction, those of type R go up one level and those of type AN or EN go up two levels.
4880 // I2. For all characters with an odd (right-to-left) embedding direction, those of type L, EN or AN go up one level.
5035 // a. If this new level would be valid, then this embedding code is valid. Remember (push) the current embedding level and override status. Reset the current level to this new level, and reset the override status to right-to-left.
5046 // a. If this new level would be valid, then this embedding code is valid. Remember (push) the current embedding level and override status. Reset the current level to this new level, and reset the override status to left-to-right.
5155 // In all cases, set the PDI’s level to the embedding level of the last entry on the directional status stack left after the steps above.
5460 $left = -1;
5463 $left = Ucdn::BIDI_CLASS_R;
5465 $left = Ucdn::BIDI_CLASS_L;
5500 if ($left > -1 && $left == $right) {
5502 $chardata[$i]['type'] = $left;
5523 // I1. For all characters with an even (left-to-right) embedding direction, those of type R go up one level and those of type AN or EN go up two levels.
5524 // I2. For all characters with an odd (right-to-left) embedding direction, those of type L, EN or AN go up one level.
6182 echo '<div style="padding-left: ' . ($level * 2) . 'em;">';