Home
last modified time | relevance | path

Searched refs:sWord2 (Results 1 – 5 of 5) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dconstrhighlighter.h74 …nt pEnd, FConstruct::FCLid flid, const wxString& sWord1, const wxString& sWord2, const wxString& s…
80 …nt pEnd, FConstruct::FCLid flid, const wxString& sWord1, const wxString& sWord2, const wxString& s…
H A Dconstrhighlighter.cpp832 …nt pEnd, FConstruct::FCLid flid, const wxString& sWord1, const wxString& sWord2, const wxString& s… in FindFKeywordFull() argument
842 if (sWord2.IsEmpty()) in FindFKeywordFull()
849 sw1 = sWord2; in FindFKeywordFull()
872 if (sWord2.IsEmpty()) in FindFKeywordFull()
874 sw1 = sWord2; in FindFKeywordFull()
878 sw1 = sWord1 + sWord2; in FindFKeywordFull()
890 str2 = sWord2; in FindFKeywordFull()
1121 …nt pEnd, FConstruct::FCLid flid, const wxString& sWord1, const wxString& sWord2, const wxString& s… in FindFKeyword() argument
1146 else if (!sWord2.IsEmpty() && foundWord.IsSameAs(sWord1+sWord2)) in FindFKeyword()
1186 if (nUsed == 1 && sWord2.IsEmpty()) in FindFKeyword()
[all …]
/dports/french/py-grammalecte-fr/grammalecte/graphspell/
H A Dibdawg.py329 sWord1, sWord2 = sWord.split(cSplitter, 1)
330 if self.isValid(sWord1) and self.isValid(sWord2):
331 oSuggResult.addSugg(sWord1+" "+sWord2)
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dstardict.cpp668 gchar *sWord2 = g_strdup(sWord); in SimpleLookupToFloat() local
669 gchar *a = GetPureEnglishAlpha(sWord2); in SimpleLookupToFloat()
680 g_free(sWord2); in SimpleLookupToFloat()
/dports/french/py-grammalecte-fr/grammalecte/fr/
H A Dgc_engine.py1297 def apposition (sWord1, sWord2): argument
1299 …return len(sWord2) < 2 or (cr.mbNomNotAdj(_oSpellChecker.getMorph(sWord2)) and cr.mbPpasNomNotAdj(…
1315 def checkAgreement (sWord1, sWord2): argument
1317 lMorph2 = _oSpellChecker.getMorph(sWord2)