Searched refs:cpMax (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.cpp787 textRange.chrg.cpMax = to;
1323 range.cpMax = 0;
1354 *to = charRange.cpMax;
1406 range.cpMax = to;
2433 enlink->chrg.cpMax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h705 long cpMax; 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.cpp315 tr.chrg.cpMax = endPos;
1116 ft.chrg.cpMax = maxPos;
1149 fr.chrg.cpMax = endPos;
1238 tr.chrg.cpMax = endPos;
2992 tr.chrg.cpMax = endPos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx3175 int linePrintMax = pdoc->LineFromPosition(pfr->chrg.cpMax);
4718 int pos = pdoc->FindText(ft->chrg.cpMin, ft->chrg.cpMax, ft->lpstrText,
4727 ft->chrgText.cpMax = pos + lengthFound;
5982 int cpMax = tr->chrg.cpMax; local
5983 if (cpMax == -1)
5984 cpMax = pdoc->Length();
5985 PLATFORM_ASSERT(cpMax <= pdoc->Length());
5986 int len = cpMax - tr->chrg.cpMin; // No -1 as cpMin and cpMax ar
[all...]

Completed in 138 milliseconds