Searched refs:n_sugg (Results 1 – 1 of 1) sorted by relevance
614 size_t n_sugg; in PHP_FUNCTION() local621 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()622 if (suggs && n_sugg) { in PHP_FUNCTION()624 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()663 size_t n_sugg; in PHP_FUNCTION() local672 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()673 if (suggs && n_sugg) { in PHP_FUNCTION()676 for (i = 0; i < n_sugg; i++) { in PHP_FUNCTION()
Completed in 11 milliseconds