Home
last modified time | relevance | path

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

/webtrees/app/
H A DSoundex.php35 private const MAXCHAR = 7; define in Fisharebest\\Webtrees\\Soundex
717 $thisEntry = substr($name, $currPos, self::MAXCHAR); // Get maximum length chunk
738 $nextEntry = substr($name, $currPos, self::MAXCHAR); // Get maximum length chunk