Home
last modified time | relevance | path

Searched refs:textScript (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/
H A DFamily.php334 $husb_names[$n]['script'] = I18N::textScript($husb_name['full']);
350 $wife_names[$n]['script'] = I18N::textScript($wife_name['full']);
H A DI18N.php445 if (self::scriptDirection(self::textScript($text)) === 'ltr') {
497 public static function textScript(string $string): string function in Fisharebest\\Webtrees\\I18N
H A DGedcomRecord.php397 if (I18N::textScript($name['sort']) === $language_script) {
420 $primary_script = I18N::textScript($all_names[$this->getPrimaryName()]['sort']);
422 …($n !== $this->getPrimaryName() && $name['type'] !== '_MARNM' && I18N::textScript($name['sort']) !…
H A DSoundex.php703 $name_script = I18N::textScript($name);
/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') {