Searched refs:lpstrText (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h710 char *lpstrText; member in struct:TextRange
715 char *lpstrText; member in struct:TextToFind
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp313 tr.lpstrText = (char*)buf.GetWriteBuf(len*2+1);
1118 ft.lpstrText = (char*)(const char*)buf;
1236 tr.lpstrText = buf;
2990 tr.lpstrText = buf.data();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx4717 int lengthFound = istrlen(ft->lpstrText);
4718 int pos = pdoc->FindText(ft->chrg.cpMin, ft->chrg.cpMax, ft->lpstrText,
5987 pdoc->GetCharRange(tr->lpstrText, tr->chrg.cpMin, len);
5989 tr->lpstrText[len] = '\0';
6186 tr->lpstrText[iPlace++] = pdoc->CharAt(iChar);
6187 tr->lpstrText[iPlace++] = pdoc->StyleAt(iChar);
6189 tr->lpstrText[iPlace] = '\0';
6190 tr->lpstrText[iPlace + 1] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp788 textRange.lpstrText = p;
H A Dmediactrl.cpp2852 wxChar* lpstrText; member in struct:__anon734

Completed in 106 milliseconds