Home
last modified time | relevance | path

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

/PHP-8.0/ext/enchant/
H A Denchant.c607 size_t wordlen; in PHP_FUNCTION() local
623 if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) { in PHP_FUNCTION()
652 size_t wordlen; in PHP_FUNCTION() local
661 RETURN_BOOL(!enchant_dict_check(pdict->pdict, word, wordlen)); in PHP_FUNCTION()
670 size_t wordlen; in PHP_FUNCTION() local
700 size_t wordlen; in PHP_FUNCTION() local
709 enchant_dict_add(pdict->pdict, word, wordlen); in PHP_FUNCTION()
718 size_t wordlen; in PHP_FUNCTION() local
727 enchant_dict_add_to_session(pdict->pdict, word, wordlen); in PHP_FUNCTION()
736 size_t wordlen; in PHP_FUNCTION() local
[all …]

Completed in 15 milliseconds