Home
last modified time | relevance | path

Searched defs:CheckWord (Results 1 – 25 of 32) sorted by last modified time

12

/dports/devel/asmx/asmx-1.8.2_2/
H A Dasmguts.h2202 void CheckWord(int val) in CheckWord() function
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DTokenizer.h327 [[nodiscard]] bool CheckWord(const typename base::TAString& aWord) { in CheckWord() function
334 [[nodiscard]] bool CheckWord(const TChar (&aWord)[N]) { in CheckWord() function
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/src/
H A DmozSpellChecker.cpp145 nsresult mozSpellChecker::CheckWord(const nsAString& aWord, bool* aIsMisspelled, in CheckWord() function in mozSpellChecker
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DTokenizer.h327 [[nodiscard]] bool CheckWord(const typename base::TAString& aWord) { in CheckWord() function
334 [[nodiscard]] bool CheckWord(const TChar (&aWord)[N]) { in CheckWord() function
/dports/www/firefox/firefox-99.0/extensions/spellcheck/src/
H A DmozSpellChecker.cpp145 nsresult mozSpellChecker::CheckWord(const nsAString& aWord, bool* aIsMisspelled, in CheckWord() function in mozSpellChecker
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DTokenizer.h327 [[nodiscard]] bool CheckWord(const typename base::TAString& aWord) { in CheckWord() function
334 [[nodiscard]] bool CheckWord(const TChar (&aWord)[N]) { in CheckWord() function
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/src/
H A DmozSpellChecker.cpp145 nsresult mozSpellChecker::CheckWord(const nsAString& aWord, bool* aIsMisspelled, in CheckWord() function in mozSpellChecker
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Diprcache.cxx207 bool SpellCache::CheckWord( const OUString& rWord, LanguageType nLang ) in CheckWord() function in linguistic::SpellCache
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/ui/
H A DPanmirrorUISpelling.java58 public interface CheckWord interface in PanmirrorUISpelling
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestmarkupwordgroup.pas87 procedure CheckWord(Name: String; X,Y, w1X,w1E,w1Y, w2X,w2E,w2Y, w3X,w3E,w3Y: Integer); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestmarkupwordgroup.pas87 procedure CheckWord(Name: String; X,Y, w1X,w1E,w1Y, w2X,w2E,w2Y, w3X,w3E,w3Y: Integer); procedure
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DTokenizer.h321 [[nodiscard]] bool CheckWord(const typename base::TAString& aWord) { in CheckWord() function
328 [[nodiscard]] bool CheckWord(const TChar (&aWord)[N]) { in CheckWord() function
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/src/
H A DmozSpellChecker.cpp135 nsresult mozSpellChecker::CheckWord(const nsAString& aWord, bool* aIsMisspelled, in CheckWord() function in mozSpellChecker
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Diprcache.cxx208 bool SpellCache::CheckWord( const OUString& rWord, LanguageType nLang ) in CheckWord() function in linguistic::SpellCache
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DTokenizer.h312 bool CheckWord(const nsACString& aWord) { return Check(Token::Word(aWord)); } in CheckWord() function
317 MOZ_MUST_USE bool CheckWord(const char (&aWord)[N]) { in CheckWord() function
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/src/
H A DmozSpellChecker.cpp128 mozSpellChecker::CheckWord(const nsAString &aWord, bool *aIsMisspelled, in CheckWord() function in mozSpellChecker
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dvariations.cpp690 bool CMultAlign::CheckWord(const TSignedSeqRange& word_range, const string& word) { in CheckWord() function in CMultAlign
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/fpdfxfa/
H A Dfpdfxfa_doc.cpp930 FX_BOOL CPDFXFA_Document::CheckWord(CXFA_FFDoc* hDoc, in CheckWord() function in CPDFXFA_Document
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_fftextedit.cpp389 FX_BOOL CXFA_FFTextEdit::CheckWord(const CFX_ByteStringC& sWord) { in CheckWord() function in CXFA_FFTextEdit
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/core/
H A Dcfwl_event.h20 CheckWord, enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/ds/
H A DTokenizer.h313 bool CheckWord(const nsACString& aWord) { return Check(Token::Word(aWord)); } in CheckWord() function
319 …bool CheckWord(const char (&aWord)[N]) { return Check(Token::Word(nsDependentCString(aWord, N - 1)… in CheckWord() function
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/src/
H A DmozSpellChecker.cpp128 mozSpellChecker::CheckWord(const nsAString &aWord, bool *aIsMisspelled, nsTArray<nsString> *aSugges… in CheckWord() function in mozSpellChecker
/dports/cad/stepcode/stepcode-0.8/src/exp2python/src/
H A Dclasses_misc_python.c38 CheckWord( const char * word ) { in CheckWord() function
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dspellchecker_hunspell.cpp120 bool HunspellSpellChecker::CheckWord(std::string const& word) { in CheckWord() function in HunspellSpellChecker
/dports/multimedia/aegisub/aegisub-3.2.2/tests/tests/
H A Dsyntax_highlight.cpp27 bool CheckWord(std::string const& word) override { return word != "incorrect"; } in CheckWord() function in MockSpellChecker

12