Home
last modified time | relevance | path

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

/webtrees/app/
H A DI18N.php445 if (self::scriptDirection(self::textScript($text)) === 'ltr') {
477 public static function scriptDirection(string $script): string function in Fisharebest\\Webtrees\\I18N
/webtrees/app/Report/
H A DRightToLeftSupport.php257 if (I18N::scriptDirection(I18N::textScript($currentLetter)) === 'rtl') {
274 … if (I18N::scriptDirection(I18N::textScript($nextLetter)) === 'rtl') {
408 if (I18N::scriptDirection(I18N::textScript($textSpan)) === 'rtl') {