Home
last modified time | relevance | path

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

/PHP-7.2/ext/enchant/
H A Denchant.c714 size_t wordlen; in PHP_FUNCTION() local
728 if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) { in PHP_FUNCTION()
760 size_t wordlen; in PHP_FUNCTION() local
769 RETURN_BOOL(!enchant_dict_check(pdict->pdict, word, wordlen)); in PHP_FUNCTION()
779 size_t wordlen; in PHP_FUNCTION() local
812 size_t wordlen; in PHP_FUNCTION() local
821 enchant_dict_add_to_personal(pdict->pdict, word, wordlen); in PHP_FUNCTION()
831 size_t wordlen; in PHP_FUNCTION() local
840 enchant_dict_add_to_session(pdict->pdict, word, wordlen); in PHP_FUNCTION()
850 size_t wordlen; in PHP_FUNCTION() local
[all …]

Completed in 7 milliseconds