Home
last modified time | relevance | path

Searched refs:getMorph (Results 26 – 50 of 89) sorted by relevance

1234

/dports/editors/texstudio/texstudio-4.1.2/src/hunspell/
H A Daffentry.hxx123 inline const char* getMorph() { return morphcode; } in getMorph() function in PfxEntry
196 inline const char* getMorph() { return morphcode; } in getMorph() function in SfxEntry
H A Daffixmgr.cxx2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxController.h131 MorphR3* getMorph()const;
/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/1.5/dom/
H A DdomController.h112 const domMorphRef getMorph() const { return elemMorph; } in getMorph() function
/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/1.4/dom/
H A DdomController.h120 const domMorphRef getMorph() const { return elemMorph; } in getMorph() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxController.cpp150 MorphR3* MorphController::getMorph() const in getMorph() function in COLLADAMax::MorphController
/dports/french/py-grammalecte-fr/grammalecte/fr/
H A Dlexicographe.py197 lMorph = self.oSpellChecker.getMorph(sWord)
/dports/textproc/enchant/enchant-1.6.0/src/myspell/
H A Daffixmgr.cxx2437 if (((PfxEntry *) ppfx)->getMorph()) { in suffix_check_twosfx_morph()
2444 if (se->getMorph()) { in suffix_check_twosfx_morph()
2446 strcat(result, se->getMorph()); in suffix_check_twosfx_morph()
2479 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
2481 strcat(result3, sptr->getMorph()); in suffix_check_twosfx_morph()
2539 if (((PfxEntry *) ppfx)->getMorph()) { in suffix_check_morph()
2557 if (se->getMorph()) { in suffix_check_morph()
2559 strcat(result, se->getMorph()); in suffix_check_morph()
2625 if (sptr->getMorph()) { in suffix_check_morph()
2627 strcat(result, sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/hunspell/
H A Daffixmgr.cxx2682 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2689 if (se->getMorph()) { in suffix_check_twosfx_morph()
2691 mystrcat(result, se->getMorph(), MAXLNLEN); in suffix_check_twosfx_morph()
2717 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
2777 if (ppfx->getMorph()) { in suffix_check_morph()
2778 mystrcat(result, ppfx->getMorph(), MAXLNLEN); in suffix_check_morph()
2795 if (se->getMorph()) { in suffix_check_morph()
2797 mystrcat(result, se->getMorph(), MAXLNLEN); in suffix_check_morph()
2836 if (ppfx->getMorph()) { in suffix_check_morph()
2855 if (sptr->getMorph()) { in suffix_check_morph()
[all …]
/dports/editors/focuswriter/focuswriter-1.7.6/src/spelling/hunspell/
H A Daffixmgr.cxx2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/hunspell/
H A Daffixmgr.cxx2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/src/
H A Daffixmgr.cxx2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/spelling/hunspell/
H A Daffixmgr.cxx2695 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2702 if (se->getMorph()) { in suffix_check_twosfx_morph()
2704 mystrcat(result, se->getMorph(), MAXLNLEN); in suffix_check_twosfx_morph()
2730 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
2790 if (ppfx->getMorph()) { in suffix_check_morph()
2791 mystrcat(result, ppfx->getMorph(), MAXLNLEN); in suffix_check_morph()
2808 if (se->getMorph()) { in suffix_check_morph()
2810 mystrcat(result, se->getMorph(), MAXLNLEN); in suffix_check_morph()
2849 if (ppfx->getMorph()) { in suffix_check_morph()
2868 if (sptr->getMorph()) { in suffix_check_morph()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/hunspell/src/
H A Daffixmgr.cxx2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/textproc/R-cran-hunspell/hunspell/src/hunspell/
H A Daffixmgr.cc2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/hunspell/
H A Daffixmgr.cxx2695 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2702 if (se->getMorph()) { in suffix_check_twosfx_morph()
2704 mystrcat(result, se->getMorph(), MAXLNLEN); in suffix_check_twosfx_morph()
2730 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
2790 if (ppfx->getMorph()) { in suffix_check_morph()
2791 mystrcat(result, ppfx->getMorph(), MAXLNLEN); in suffix_check_morph()
2808 if (se->getMorph()) { in suffix_check_morph()
2810 mystrcat(result, se->getMorph(), MAXLNLEN); in suffix_check_morph()
2849 if (ppfx->getMorph()) { in suffix_check_morph()
2868 if (sptr->getMorph()) { in suffix_check_morph()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/hunspell/
H A Daffixmgr.cxx2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/src/
H A Daffixmgr.cxx2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/src/
H A Daffixmgr.cxx2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/hunspell/src/hunspell/
H A Daffixmgr.cxx2695 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2702 if (se->getMorph()) { in suffix_check_twosfx_morph()
2704 mystrcat(result, se->getMorph(), MAXLNLEN); in suffix_check_twosfx_morph()
2730 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
2790 if (ppfx->getMorph()) { in suffix_check_morph()
2791 mystrcat(result, ppfx->getMorph(), MAXLNLEN); in suffix_check_morph()
2808 if (se->getMorph()) { in suffix_check_morph()
2810 mystrcat(result, se->getMorph(), MAXLNLEN); in suffix_check_morph()
2849 if (ppfx->getMorph()) { in suffix_check_morph()
2868 if (sptr->getMorph()) { in suffix_check_morph()
[all …]
/dports/net-im/beebeep/beebeep-code-r1476/src/hunspell/
H A Daffixmgr.cxx2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/textproc/hunspell/hunspell-1.7.0/src/hunspell/
H A Daffixmgr.cxx2898 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2905 if (se->getMorph()) { in suffix_check_twosfx_morph()
2907 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2934 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3001 if (ppfx->getMorph()) { in suffix_check_morph()
3019 if (se->getMorph()) { in suffix_check_morph()
3021 result.append(se->getMorph()); in suffix_check_morph()
3068 if (ppfx->getMorph()) { in suffix_check_morph()
3087 if (sptr->getMorph()) { in suffix_check_morph()
3089 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/hunspell/
H A Daffixmgr.cxx2836 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2843 if (se->getMorph()) { in suffix_check_twosfx_morph()
2845 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2872 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
2939 if (ppfx->getMorph()) { in suffix_check_morph()
2957 if (se->getMorph()) { in suffix_check_morph()
2959 result.append(se->getMorph()); in suffix_check_morph()
3006 if (ppfx->getMorph()) { in suffix_check_morph()
3025 if (sptr->getMorph()) { in suffix_check_morph()
3027 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/src/
H A Daffixmgr.cxx2833 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
2840 if (se->getMorph()) { in suffix_check_twosfx_morph()
2842 result.append(se->getMorph()); in suffix_check_twosfx_morph()
2869 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
2936 if (ppfx->getMorph()) { in suffix_check_morph()
2954 if (se->getMorph()) { in suffix_check_morph()
2956 result.append(se->getMorph()); in suffix_check_morph()
3003 if (ppfx->getMorph()) { in suffix_check_morph()
3022 if (sptr->getMorph()) { in suffix_check_morph()
3024 result.append(sptr->getMorph()); in suffix_check_morph()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/hunspell/src/
H A Daffixmgr.cxx3006 if (ppfx->getMorph()) { in suffix_check_twosfx_morph()
3007 result.append(ppfx->getMorph()); in suffix_check_twosfx_morph()
3014 if (se->getMorph()) { in suffix_check_twosfx_morph()
3016 result.append(se->getMorph()); in suffix_check_twosfx_morph()
3044 if (sptr->getMorph()) { in suffix_check_twosfx_morph()
3046 result3.append(sptr->getMorph()); in suffix_check_twosfx_morph()
3116 if (ppfx->getMorph()) { in suffix_check_morph()
3137 if (se->getMorph()) { in suffix_check_morph()
3186 if (ppfx->getMorph()) { in suffix_check_morph()
3208 if (sptr->getMorph()) { in suffix_check_morph()
[all …]

1234