Home
last modified time | relevance | path

Searched refs:suffix_suggest (Results 1 – 25 of 40) sorted by relevance

12

/dports/editors/focuswriter/focuswriter-1.7.6/src/spelling/hunspell/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
H A Dhunspell.cxx93 std::vector<std::string> suffix_suggest(const std::string& root_word);
114 int suffix_suggest(char*** slst, const char* root_word);
1887 std::vector<std::string> HunspellImpl::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in HunspellImpl
1955 int HunspellImpl::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in HunspellImpl
1956 std::vector<std::string> stems = suffix_suggest(root_word); in suffix_suggest()
2045 std::vector<std::string> Hunspell::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in Hunspell
2046 return m_Impl->suffix_suggest(root_word); in suffix_suggest()
2117 int Hunspell::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in Hunspell
2118 return m_Impl->suffix_suggest(slst, root_word); in suffix_suggest()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/hunspell/
H A Dhunspell.hxx154 std::vector<std::string> suffix_suggest(const std::string& root_word);
155 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/src/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
H A Dhunspell.cxx93 std::vector<std::string> suffix_suggest(const std::string& root_word);
114 int suffix_suggest(char*** slst, const char* root_word);
1887 std::vector<std::string> HunspellImpl::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in HunspellImpl
1955 int HunspellImpl::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in HunspellImpl
1956 std::vector<std::string> stems = suffix_suggest(root_word); in suffix_suggest()
2045 std::vector<std::string> Hunspell::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in Hunspell
2046 return m_Impl->suffix_suggest(root_word); in suffix_suggest()
2117 int Hunspell::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in Hunspell
2118 return m_Impl->suffix_suggest(slst, root_word); in suffix_suggest()
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/hunspell/src/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
H A Dhunspell.cxx93 std::vector<std::string> suffix_suggest(const std::string& root_word);
114 int suffix_suggest(char*** slst, const char* root_word);
1887 std::vector<std::string> HunspellImpl::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in HunspellImpl
1955 int HunspellImpl::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in HunspellImpl
1956 std::vector<std::string> stems = suffix_suggest(root_word); in suffix_suggest()
2045 std::vector<std::string> Hunspell::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in Hunspell
2046 return m_Impl->suffix_suggest(root_word); in suffix_suggest()
2117 int Hunspell::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in Hunspell
2118 return m_Impl->suffix_suggest(slst, root_word); in suffix_suggest()
/dports/textproc/R-cran-hunspell/hunspell/src/hunspell/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
H A Dhunspell.cc93 std::vector<std::string> suffix_suggest(const std::string& root_word);
114 int suffix_suggest(char*** slst, const char* root_word);
1887 std::vector<std::string> HunspellImpl::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in HunspellImpl
1955 int HunspellImpl::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in HunspellImpl
1956 std::vector<std::string> stems = suffix_suggest(root_word); in suffix_suggest()
2045 std::vector<std::string> Hunspell::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in Hunspell
2046 return m_Impl->suffix_suggest(root_word); in suffix_suggest()
2117 int Hunspell::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in Hunspell
2118 return m_Impl->suffix_suggest(slst, root_word); in suffix_suggest()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/hunspell/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
H A Dhunspell.cxx93 std::vector<std::string> suffix_suggest(const std::string& root_word);
114 int suffix_suggest(char*** slst, const char* root_word);
1887 std::vector<std::string> HunspellImpl::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in HunspellImpl
1955 int HunspellImpl::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in HunspellImpl
1956 std::vector<std::string> stems = suffix_suggest(root_word); in suffix_suggest()
2045 std::vector<std::string> Hunspell::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in Hunspell
2046 return m_Impl->suffix_suggest(root_word); in suffix_suggest()
2117 int Hunspell::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in Hunspell
2118 return m_Impl->suffix_suggest(slst, root_word); in suffix_suggest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/hunspell/src/hunspell/
H A Dhunspell.hxx164 std::vector<std::string> suffix_suggest(const std::string& root_word);
165 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/src/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
H A Dhunspell.cxx93 std::vector<std::string> suffix_suggest(const std::string& root_word);
114 int suffix_suggest(char*** slst, const char* root_word);
1887 std::vector<std::string> HunspellImpl::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in HunspellImpl
1955 int HunspellImpl::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in HunspellImpl
1956 std::vector<std::string> stems = suffix_suggest(root_word); in suffix_suggest()
2045 std::vector<std::string> Hunspell::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in Hunspell
2046 return m_Impl->suffix_suggest(root_word); in suffix_suggest()
2117 int Hunspell::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in Hunspell
2118 return m_Impl->suffix_suggest(slst, root_word); in suffix_suggest()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/src/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/hunspell/src/hunspell/
H A Dhunspell.hxx164 std::vector<std::string> suffix_suggest(const std::string& root_word);
165 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
/dports/net-im/beebeep/beebeep-code-r1476/src/hunspell/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
/dports/textproc/hunspell/hunspell-1.7.0/src/hunspell/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/hunspell/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
H A Dhunspell.cxx92 std::vector<std::string> suffix_suggest(const std::string& root_word);
113 int suffix_suggest(char*** slst, const char* root_word);
1749 std::vector<std::string> HunspellImpl::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in HunspellImpl
1817 int HunspellImpl::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in HunspellImpl
1818 std::vector<std::string> stems = suffix_suggest(root_word); in suffix_suggest()
1907 std::vector<std::string> Hunspell::suffix_suggest(const std::string& root_word) { in suffix_suggest() function in Hunspell
1908 return m_Impl->suffix_suggest(root_word); in suffix_suggest()
1979 int Hunspell::suffix_suggest(char*** slst, const char* root_word) { in suffix_suggest() function in Hunspell
1980 return m_Impl->suffix_suggest(slst, root_word); in suffix_suggest()
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/src/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
/dports/textproc/goldendict/goldendict-73ec1b5/winlibs/include/hunspell/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
/dports/textproc/goldendict/goldendict-73ec1b5/maclibs/include/hunspell/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
/dports/editors/texstudio/texstudio-4.1.2/src/hunspell/
H A Dhunspell.hxx151 std::vector<std::string> suffix_suggest(const std::string& root_word);
152 H_DEPRECATED int suffix_suggest(char*** slst, const char* root_word);
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/hunspell/src/
H A Dhunspell.hxx158 int suffix_suggest(char*** slst, const char* root_word);

12