Searched refs:wordlen (Results 1 – 1 of 1) sorted by relevance
607 size_t wordlen; in PHP_FUNCTION() local623 if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) { in PHP_FUNCTION()652 size_t wordlen; in PHP_FUNCTION() local661 RETURN_BOOL(!enchant_dict_check(pdict->pdict, word, wordlen)); in PHP_FUNCTION()670 size_t wordlen; in PHP_FUNCTION() local700 size_t wordlen; in PHP_FUNCTION() local709 enchant_dict_add(pdict->pdict, word, wordlen); in PHP_FUNCTION()718 size_t wordlen; in PHP_FUNCTION() local727 enchant_dict_add_to_session(pdict->pdict, word, wordlen); in PHP_FUNCTION()736 size_t wordlen; in PHP_FUNCTION() local[all …]
Completed in 20 milliseconds