Searched refs:russell (Results 1 – 5 of 5) sorted by relevance
674 $sdx = Soundex::russell($field_value);719 $sdx = Soundex::russell($field_value);797 $sdx = Soundex::russell($field_value);829 $sdx = Soundex::russell($field_value);961 $givn_sdx = Soundex::russell($firstname);962 $surn_sdx = Soundex::russell($lastname);963 $plac_sdx = Soundex::russell($place);
668 $soundex_givn_std = Soundex::russell($name['givn']);676 $soundex_surn_std = Soundex::russell($name['surname']);
282 $sdx = Soundex::russell($surname);461 … if ($soundex_std && Soundex::compare(Soundex::russell($surname1), Soundex::russell($surname2))) {
636 public static function russell(string $text): string function in Fisharebest\\Webtrees\\Soundex
137 'p_std_soundex' => Soundex::russell($place),