Lines Matching refs:direction
133 self::$currentState = strtoupper(I18N::direction());
386 if (I18N::direction() === 'rtl' && self::$currentState === 'LTR') {
416 if (I18N::direction() === 'rtl') {
525 * @param string $direction
529 private static function starredName(string $textSpan, string $direction): string argument
533 if ($direction === strtoupper(I18N::direction())) {
740 if (I18N::direction() === 'rtl' && self::$previousState === 'RTL' && !$theEnd) {
833 while (I18N::direction() === 'rtl') {
1008 if (!$theEnd && I18N::direction() !== 'rtl') {
1063 while (I18N::direction() === 'rtl') {
1126 …$textSpan = str_pad($textSpan, $newLength, ' ', I18N::direction() === 'rtl' ? STR_PAD_LEFT : STR_…
1129 if (I18N::direction() === 'ltr') {