Home
last modified time | relevance | path

Searched refs:lenFind (Results 1 – 17 of 17) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32Dialog_Replace.cpp167 DWORD lenFind = GetWindowTextLengthW(hWndEditFind); in _initButtons() local
170 BOOL bEnableFind = (lenFind > 0); in _initButtons()
322 DWORD lenFind = GetWindowTextLengthW(hWndEditFind); in _onBtn_Find() local
323 if (!lenFind) in _onBtn_Find()
326 pBufFromDialogFind = new wchar_t [lenFind + 1]; in _onBtn_Find()
329 GetWindowTextW(hWndEditFind,pBufFromDialogFind,lenFind+1); in _onBtn_Find()
/dports/x11-toolkits/scintilla/scite/src/
H A DStringHelpers.cxx43 const size_t lenFind = sFind.size(); in Substitute() local
47 s.replace(posFound, lenFind, sReplace); in Substitute()
56 const size_t lenFind = sFind.size(); in Substitute() local
60 s.replace(posFound, lenFind, sReplace); in Substitute()
/dports/editors/scite/scite/src/
H A DStringHelpers.cxx43 const size_t lenFind = sFind.size(); in Substitute() local
47 s.replace(posFound, lenFind, sReplace); in Substitute()
56 const size_t lenFind = sFind.size(); in Substitute() local
60 s.replace(posFound, lenFind, sReplace); in Substitute()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dmain.cpp198 int lenFind = _tcslen(pszFind); in tcharstrreplace() local
202 for(int i = 0; (lenSRBuffer > lenFind) && (i < lenSRBuffer - lenFind); i++) { in tcharstrreplace()
203 if (!memcmp(pszFind, &pszSRBuffer[i], lenFind * sizeof(TCHAR))) { in tcharstrreplace()
204 if (lenFind == lenReplace) { in tcharstrreplace()
207 } else if (lenFind > lenReplace) { in tcharstrreplace()
210 int delta = lenFind - lenReplace; in tcharstrreplace()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dmain.cpp202 int lenFind = _tcslen(pszFind); in tcharstrreplace() local
206 for(int i = 0; (lenSRBuffer > lenFind) && (i < lenSRBuffer - lenFind); i++) { in tcharstrreplace()
207 if (!memcmp(pszFind, &pszSRBuffer[i], lenFind * sizeof(TCHAR))) { in tcharstrreplace()
208 if (lenFind == lenReplace) { in tcharstrreplace()
211 } else if (lenFind > lenReplace) { in tcharstrreplace()
214 int delta = lenFind - lenReplace; in tcharstrreplace()
/dports/x11-toolkits/scintilla/scintilla/lexilla/test/
H A DTestLexers.cxx70 const size_t lenFind = sFind.size(); in Substitute() local
74 s.replace(posFound, lenFind, sReplace); in Substitute()
/dports/editors/textadept/scintilla/lexilla/test/
H A DTestLexers.cxx70 const size_t lenFind = sFind.size(); in Substitute() local
74 s.replace(posFound, lenFind, sReplace); in Substitute()
/dports/editors/scite/scintilla/lexilla/test/
H A DTestLexers.cxx70 const size_t lenFind = sFind.size(); in Substitute() local
74 s.replace(posFound, lenFind, sReplace); in Substitute()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx295 lenpos_t lenFind = strlen(sFind); in substitute() local
299 remove(posFound, lenFind); in substitute()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx295 lenpos_t lenFind = strlen(sFind); in substitute() local
299 remove(posFound, lenFind); in substitute()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx295 lenpos_t lenFind = strlen(sFind); in substitute() local
299 remove(posFound, lenFind); in substitute()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx295 lenpos_t lenFind = strlen(sFind); in substitute() local
299 remove(posFound, lenFind); in substitute()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DPropSet.cxx295 lenpos_t lenFind = strlen(sFind); in substitute() local
299 remove(posFound, lenFind); in substitute()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DPropSet.cxx295 lenpos_t lenFind = strlen(sFind); in substitute() local
299 remove(posFound, lenFind); in substitute()
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DPropSet.cxx295 lenpos_t lenFind = strlen(sFind); in substitute() local
299 remove(posFound, lenFind); in substitute()
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/icv/include/
H A Dippicv_types.h712 int lenFind; member
/dports/devel/upp/upp/bazaar/Functions4U/
H A DFunctions4U.cpp183 int lenFind = find.GetCount(); in Replace() local
187 i = j + lenFind; in Replace()