Searched refs:cpMin (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp786 textRange.chrg.cpMin = from;
1322 range.cpMin = 0;
1325 return range.cpMin;
1353 *from = charRange.cpMin;
1405 range.cpMin = from;
2432 enlink->chrg.cpMin,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h704 long cpMin; member in struct:CharacterRange
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp314 tr.chrg.cpMin = startPos;
1115 ft.chrg.cpMin = minPos;
1148 fr.chrg.cpMin = startPos;
1237 tr.chrg.cpMin = startPos;
2991 tr.chrg.cpMin = startPos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx3171 int linePrintStart = pdoc->LineFromPosition(pfr->chrg.cpMin);
3193 int nPrintPos = pfr->chrg.cpMin;
4718 int pos = pdoc->FindText(ft->chrg.cpMin, ft->chrg.cpMax, ft->lpstrText,
4726 ft->chrgText.cpMin = pos;
5986 int len = cpMax - tr->chrg.cpMin; // No -1 as cpMin and cpMax are referring to inter character positions
5987 pdoc->GetCharRange(tr->lpstrText, tr->chrg.cpMin, len);
6185 for (int iChar = tr->chrg.cpMin; iChar < tr->chrg.cpMax; iChar++) {

Completed in 196 milliseconds