Home
last modified time | relevance | path

Searched refs:W_VLINE (Results 1 – 23 of 23) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/hunspell/
H A Dsuggestmgr.cxx13 const w_char W_VLINE = { '\0', '|' }; variable
567 if ((loc > ckey_utf) && !w_char_eq(*(loc - 1), W_VLINE)) { in badcharkey_utf()
573 if (((loc + 1) < (ckey_utf + ckeyl)) && !w_char_eq(*(loc + 1), W_VLINE)) { in badcharkey_utf()
643 w_char tmpc = W_VLINE; // not used value, only for VCC warning message in extrachar_utf()
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/spelling/hunspell/
H A Dsuggestmgr.cxx13 const w_char W_VLINE = { '\0', '|' }; variable
574 if ((loc > ckey_utf) && !w_char_eq(*(loc - 1), W_VLINE)) { in badcharkey_utf()
580 if (((loc + 1) < (ckey_utf + ckeyl)) && !w_char_eq(*(loc + 1), W_VLINE)) { in badcharkey_utf()
650 w_char tmpc = W_VLINE; // not used value, only for VCC warning message in extrachar_utf()
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/hunspell/
H A Dsuggestmgr.cxx13 const w_char W_VLINE = { '\0', '|' }; variable
574 if ((loc > ckey_utf) && !w_char_eq(*(loc - 1), W_VLINE)) { in badcharkey_utf()
580 if (((loc + 1) < (ckey_utf + ckeyl)) && !w_char_eq(*(loc + 1), W_VLINE)) { in badcharkey_utf()
650 w_char tmpc = W_VLINE; // not used value, only for VCC warning message in extrachar_utf()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/hunspell/src/hunspell/
H A Dsuggestmgr.cxx13 const w_char W_VLINE = { '\0', '|' }; variable
574 if ((loc > ckey_utf) && !w_char_eq(*(loc - 1), W_VLINE)) { in badcharkey_utf()
580 if (((loc + 1) < (ckey_utf + ckeyl)) && !w_char_eq(*(loc + 1), W_VLINE)) { in badcharkey_utf()
650 w_char tmpc = W_VLINE; // not used value, only for VCC warning message in extrachar_utf()
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/hunspell/
H A Dsuggestmgr.cxx80 const w_char W_VLINE = {'\0', '|'}; variable
568 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
573 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx80 const w_char W_VLINE = {'\0', '|'}; variable
568 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
573 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx83 const w_char W_VLINE = {'\0', '|'}; variable
655 if ((loc > ckey_utf) && *(loc - 1) != W_VLINE) { in badcharkey_utf()
663 if (((loc + 1) < (ckey_utf + ckeyl)) && (*(loc + 1) != W_VLINE)) { in badcharkey_utf()
/dports/textproc/enchant/enchant-1.6.0/src/myspell/
H A Dsuggestmgr.cxx26 const w_char W_VLINE = { '\0', '|' }; variable
593 if ((loc > ckey_utf) && !w_char_eq(*(loc - 1), W_VLINE)) { in badcharkey_utf()
599 if (((loc + 1) < (ckey_utf + ckeyl)) && !w_char_eq(*(loc + 1), W_VLINE)) { in badcharkey_utf()
/dports/editors/focuswriter/focuswriter-1.7.6/src/spelling/hunspell/
H A Dsuggestmgr.cxx81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/hunspell/
H A Dsuggestmgr.cxx81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/textproc/R-cran-hunspell/hunspell/src/hunspell/
H A Dsuggestmgr.cc81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/hunspell/
H A Dsuggestmgr.cxx81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/hunspell/src/hunspell/
H A Dsuggestmgr.cxx83 const w_char W_VLINE = {'\0', '|'}; variable
692 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) {
697 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) {
/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/src/
H A Dsuggestmgr.cxx81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/hunspell/src/hunspell/
H A Dsuggestmgr.cxx83 const w_char W_VLINE = {'\0', '|'}; variable
692 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) {
697 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) {
/dports/net-im/beebeep/beebeep-code-r1476/src/hunspell/
H A Dsuggestmgr.cxx81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/textproc/hunspell/hunspell-1.7.0/src/hunspell/
H A Dsuggestmgr.cxx81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/editors/texstudio/texstudio-4.1.2/src/hunspell/
H A Dsuggestmgr.cxx81 const w_char W_VLINE = {'\0', '|'}; variable
623 if ((loc > 0) && ckey_utf[loc - 1] != W_VLINE) { in badcharkey_utf()
628 if (((loc + 1) < ckeyl) && (ckey_utf[loc + 1] != W_VLINE)) { in badcharkey_utf()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/hunspell/
H A Dgoogle.patch1130 const w_char W_VLINE = {'\0', '|'};
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/hunspell/
H A Dgoogle.patch1130 const w_char W_VLINE = {'\0', '|'};