Home
last modified time | relevance | path

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

/PHP-7.3/ext/enchant/
H A Denchant.c726 size_t n_sugg; in PHP_FUNCTION() local
733 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
734 if (suggs && n_sugg) { in PHP_FUNCTION()
736 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
777 size_t n_sugg; in PHP_FUNCTION() local
785 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
786 if (suggs && n_sugg) { in PHP_FUNCTION()
790 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()

Completed in 9 milliseconds