Home
last modified time | relevance | path

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

/plugin/spellcheck/
H A Dspellcheck.php182 $data[$lcnt] = utf8_substr_replace($data[$lcnt],spell_formatword($word,$sug),$off, $len);
185 $data[$lcnt] = substr_replace($data[$lcnt],spell_formatword($word,$sug),$off, $len);
211 function spell_formatword($word,$suggestions=null){ function