Home
last modified time | relevance | path

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

/PHP-8.0/ext/enchant/
H A Denchant.c624 size_t n_sugg; in PHP_FUNCTION() local
631 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
632 if (suggs && n_sugg) { in PHP_FUNCTION()
634 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
673 size_t n_sugg; in PHP_FUNCTION() local
682 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
683 if (suggs && n_sugg) { in PHP_FUNCTION()
686 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()

Completed in 145 milliseconds