Home
last modified time | relevance | path

Searched refs:MAXPHONETUTF8LEN (Results 1 – 25 of 44) sorted by relevance

12

/dports/editors/focuswriter/focuswriter-1.7.6/src/spelling/hunspell/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/src/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/spelling/hunspell/
H A Dphonet.cxx87 char word[MAXPHONETUTF8LEN + 1]; in phonet()
89 if (len > MAXPHONETUTF8LEN) return 0; in phonet()
90 strncpy(word, inword, MAXPHONETUTF8LEN); in phonet()
91 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
H A Dphonet.hxx35 #define MAXPHONETUTF8LEN (MAXPHONETLEN * 4) macro
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/hunspell/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/textproc/R-cran-hunspell/hunspell/src/hunspell/
H A Dphonet.cc79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/hunspell/src/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/hunspell/
H A Dphonet.cxx87 char word[MAXPHONETUTF8LEN + 1]; in phonet()
89 if (len > MAXPHONETUTF8LEN) return 0; in phonet()
90 strncpy(word, inword, MAXPHONETUTF8LEN); in phonet()
91 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
H A Dphonet.hxx35 #define MAXPHONETUTF8LEN (MAXPHONETLEN * 4) macro
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/hunspell/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/src/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/src/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/hunspell/src/hunspell/
H A Dphonet.cxx87 char word[MAXPHONETUTF8LEN + 1]; in phonet()
89 if (len > MAXPHONETUTF8LEN) return 0; in phonet()
90 strncpy(word, inword, MAXPHONETUTF8LEN); in phonet()
91 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
H A Dphonet.hxx35 #define MAXPHONETUTF8LEN (MAXPHONETLEN * 4) macro
/dports/net-im/beebeep/beebeep-code-r1476/src/hunspell/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/textproc/hunspell/hunspell-1.7.0/src/hunspell/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/hunspell/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN)
81 char word[MAXPHONETUTF8LEN + 1];
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN);
83 word[MAXPHONETUTF8LEN] = '\0';
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/src/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/hunspell/src/
H A Dphonet.cxx82 if (len > MAXPHONETUTF8LEN) in phonet()
84 char word[MAXPHONETUTF8LEN + 1]; in phonet()
85 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
86 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
H A Dphonet.hxx35 #define MAXPHONETUTF8LEN (MAXPHONETLEN * 4) macro
/dports/editors/texstudio/texstudio-4.1.2/src/hunspell/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/hunspell/src/hunspell/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/hunspell/src/hunspell/
H A Dphonet.cxx79 if (len > MAXPHONETUTF8LEN) in phonet()
81 char word[MAXPHONETUTF8LEN + 1]; in phonet()
82 strncpy(word, inword.c_str(), MAXPHONETUTF8LEN); in phonet()
83 word[MAXPHONETUTF8LEN] = '\0'; in phonet()
/dports/textproc/enchant/enchant-1.6.0/src/myspell/
H A Dphonet.hxx35 #define MAXPHONETUTF8LEN (MAXPHONETLEN * 4) macro
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/hunspell/
H A Dphonet.hxx35 #define MAXPHONETUTF8LEN (MAXPHONETLEN * 4) macro

12