Home
last modified time | relevance | path

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

/PHP-7.4/ext/enchant/
H A Denchant.c711 size_t wordlen; in PHP_FUNCTION() local
727 if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) { in PHP_FUNCTION()
757 size_t wordlen; in PHP_FUNCTION() local
766 RETURN_BOOL(!enchant_dict_check(pdict->pdict, word, wordlen)); in PHP_FUNCTION()
776 size_t wordlen; in PHP_FUNCTION() local
787 suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg); in PHP_FUNCTION()
807 size_t wordlen; in PHP_FUNCTION() local
816 enchant_dict_add_to_personal(pdict->pdict, word, wordlen); in PHP_FUNCTION()
826 size_t wordlen; in PHP_FUNCTION() local
835 enchant_dict_add_to_session(pdict->pdict, word, wordlen); in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds