Lines Matching refs:Soundex
38 use Fisharebest\Webtrees\Soundex; alias
674 $sdx = Soundex::russell($field_value);
684 $sdx = Soundex::daitchMokotoff($field_value);
719 $sdx = Soundex::russell($field_value);
733 $sdx = Soundex::daitchMokotoff($field_value);
797 $sdx = Soundex::russell($field_value);
807 $sdx = Soundex::daitchMokotoff($field_value);
829 $sdx = Soundex::russell($field_value);
839 $sdx = Soundex::daitchMokotoff($field_value);
961 $givn_sdx = Soundex::russell($firstname);
962 $surn_sdx = Soundex::russell($lastname);
963 $plac_sdx = Soundex::russell($place);
969 $givn_sdx = Soundex::daitchMokotoff($firstname);
970 $surn_sdx = Soundex::daitchMokotoff($lastname);
971 $plac_sdx = Soundex::daitchMokotoff($place);