Home
last modified time | relevance | path

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

/PHP-7.4/ext/enchant/
H A Denchant.c728 size_t n_sugg; in PHP_FUNCTION() local
735 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
736 if (suggs && n_sugg) { in PHP_FUNCTION()
738 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
779 size_t n_sugg; in PHP_FUNCTION() local
787 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
788 if (suggs && n_sugg) { in PHP_FUNCTION()
792 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()

Completed in 6 milliseconds