Home
last modified time | relevance | path

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

/webtrees/app/
H A DSoundex.php674 $soundex_array = array_merge($soundex_array, self::daitchMokotoffWord($word));
678 …$soundex_array = array_merge($soundex_array, self::daitchMokotoffWord(str_replace(' ', '', $text))…
694 private static function daitchMokotoffWord(string $name): array function in Fisharebest\\Webtrees\\Soundex