Home
last modified time | relevance | path

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

/php-src/ext/enchant/
H A Denchant.c597 size_t wordlen; in PHP_FUNCTION() local
613 if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) { in PHP_FUNCTION()
642 size_t wordlen; in PHP_FUNCTION() local
651 RETURN_BOOL(!enchant_dict_check(pdict->pdict, word, wordlen)); in PHP_FUNCTION()
660 size_t wordlen; in PHP_FUNCTION() local
690 size_t wordlen; in PHP_FUNCTION() local
699 enchant_dict_add(pdict->pdict, word, wordlen); in PHP_FUNCTION()
708 size_t wordlen; in PHP_FUNCTION() local
717 enchant_dict_add_to_session(pdict->pdict, word, wordlen); in PHP_FUNCTION()
726 size_t wordlen; in PHP_FUNCTION() local
[all …]

Completed in 5 milliseconds