Home
last modified time | relevance | path

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

/dports/textproc/enchant2/enchant-2.2.15/tests/dictionary/
H A Denchant_dict_remove_from_session_tests.cpp78 enchant_dict_remove_from_session(_dict, "hello", -1); in TEST_FIXTURE()
87 enchant_dict_remove_from_session(_dict, "hello", -1); in TEST_FIXTURE()
95 enchant_dict_remove_from_session(_dict, "hello", -1); in TEST_FIXTURE()
96 enchant_dict_remove_from_session(_dict, "hello", -1); in TEST_FIXTURE()
103 enchant_dict_remove_from_session(_dict, "hello", -1); in TEST_FIXTURE()
112 enchant_dict_remove_from_session(_pwl, "hello", -1); in TEST_FIXTURE()
130 enchant_dict_remove_from_session(_dict, "aelo", -1); in TEST_FIXTURE()
142 enchant_dict_remove_from_session(_dict, "aelo", -1); in TEST_FIXTURE()
164 enchant_dict_remove_from_session(NULL, "hello", -1); in TEST_FIXTURE()
171 enchant_dict_remove_from_session(_dict, NULL, -1); in TEST_FIXTURE()
[all …]
H A Denchant_dict_is_removed_tests.cpp43 enchant_dict_remove_from_session(_dict, "hello", -1); in TEST_FIXTURE()
65 enchant_dict_remove_from_session(_pwl, "hello", -1); in TEST_FIXTURE()
H A Denchant_dict_remove_tests.cpp168 enchant_dict_remove_from_session(_dict, "hello", -1); in TEST_FIXTURE()
/dports/textproc/enchant2/enchant-2.2.15/src/
H A Denchant.h218 void enchant_dict_remove_from_session (EnchantDict * dict, const char *const word, ssize_t len);
H A Denchant++.h140 enchant_dict_remove_from_session (m_dict, utf8word.c_str(), in remove_from_session()
H A Denchant.c319 enchant_dict_remove_from_session (dict, str->str + 1, -1); in parse_file()
H A Dlib.c647 enchant_dict_remove_from_session (EnchantDict * dict, const char *const word, ssize_t len) in enchant_dict_remove_from_session() function
/dports/textproc/enchant/enchant-1.6.0/src/
H A Denchant.h120 enchant_dict_remove_from_session (EnchantDict * dict, const char *const word,
H A Denchant++.h137 enchant_dict_remove_from_session (m_dict, utf8word.c_str(), in remove_from_session()
H A Denchant.c1177 enchant_dict_remove_from_session (EnchantDict * dict, const char *const word, in enchant_dict_remove_from_session() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_spellcheck/spellcheck/platform/linux/
H A Dlinux_enchant.cpp61 decltype (enchant_dict_remove_from_session) * dict_remove_from_session;
/dports/textproc/py-enchant/pyenchant-3.2.2/enchant/
H A D_enchant.py371 dict_remove_from_session1 = e.enchant_dict_remove_from_session