Searched refs:n_sugg (Results 1 – 1 of 1) sorted by relevance
613 size_t n_sugg; in PHP_FUNCTION() local620 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()621 if (suggs && n_sugg) { in PHP_FUNCTION()623 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()662 size_t n_sugg; in PHP_FUNCTION() local671 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()672 if (suggs && n_sugg) { in PHP_FUNCTION()675 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
Completed in 7 milliseconds