Searched refs:currentPos (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DStyleContext.h29 (currentPos >= endPos);
33 unsigned int currentPos; member in class:StyleContext
45 currentPos(startPos),
54 unsigned int pos = currentPos;
64 styler.ColourTo(currentPos - 1, state);
67 return currentPos < endPos;
70 if (currentPos < endPos) {
73 currentPos++;
75 currentPos++;
77 GetNextChar(currentPos
[all...]
H A DLexGui4Cli.cxx74 styler.ColourTo(sc->currentPos - 1, sc->state);
108 styler.ColourTo(sc->currentPos - 1, sc->state);
113 styler.ColourTo(sc->currentPos - 1, sc->state);
146 styler.ColourTo(sc.currentPos, sc.state);
151 styler.ColourTo(sc.currentPos, sc.state);
154 styler.ColourTo(sc.currentPos, sc.state);
162 styler.ColourTo(sc.currentPos, sc.state);
166 styler.ColourTo(sc.currentPos, sc.state);
174 { styler.ColourTo(sc.currentPos, sc.state);
179 { styler.ColourTo(sc.currentPos
[all...]
H A DStyleContext.cxx33 getRange(styler.GetStartSegment(), currentPos - 1, styler, s, len);
50 getRangeLowered(styler.GetStartSegment(), currentPos - 1, styler, s, len);
H A DScintillaBase.cxx185 if (currentPos <= ct.posStartCallTip) {
207 SetEmptySelection(currentPos - lenEntered);
208 pdoc->DeleteChars(currentPos, lenEntered);
209 SetEmptySelection(currentPos);
210 pdoc->InsertString(currentPos, list, lenInsert);
211 SetEmptySelection(currentPos + lenInsert);
213 SetEmptySelection(currentPos);
214 pdoc->InsertString(currentPos, list + lenEntered, lenInsert - lenEntered);
215 SetEmptySelection(currentPos + lenInsert - lenEntered);
220 ac.Start(wMain, idAutoComplete, currentPos, LocationFromPositio
[all...]
H A DEditor.cxx399 currentPos = 0;
479 xEndSelect = XFromPosition(currentPos);
946 return currentPos;
950 return anchor == currentPos;
954 return Platform::Minimum(currentPos, anchor);
958 return Platform::Maximum(currentPos, anchor);
964 xEndSelect = XFromPosition(currentPos);
970 if (firstAffected > currentPos)
971 firstAffected = currentPos;
977 if (lastAffected < currentPos)
[all...]
H A DLexCaml.cxx195 int chColor = sc.currentPos - 1;// (ASSUME standard coloring range)
201 chToken = sc.currentPos; // save [possible] token start (JIC)
230 const int n = sc.currentPos - chToken;
330 } else if (chLit < 1 && sc.currentPos - chToken >= 2)
348 state2 = sc.state + 1, chToken = sc.currentPos,
359 } else if (useMagic && sc.currentPos - chToken == 4
H A DLexFortran.cxx72 posLineStart = sc.currentPos;
79 int toLineStart = sc.currentPos - posLineStart;
186 if (isFixFormat && sc.currentPos-posLineStart > 4)
H A DLexPS.cxx90 lineCurrent = styler.GetLine(sc.currentPos);
178 styler.ColourTo(sc.currentPos, SCE_PS_BADSTRINGCHAR);
186 styler.ColourTo(sc.currentPos, SCE_PS_BADSTRINGCHAR);
192 unsigned int tokenpos = sc.currentPos;
220 styler.ColourTo(sc.currentPos, SCE_PS_BADSTRINGCHAR);
H A DLexAVE.cxx79 int currentLine = styler.GetLine(sc.currentPos);
H A DLexRebol.cxx105 currentLine = styler.GetLine(sc.currentPos);
219 for (i=5; IsASpaceOrTab(styler.SafeGetCharAt(sc.currentPos+i, 0)); i++);
H A DLexPython.cxx276 sc.SetState(GetPyStringState(styler, sc.currentPos, &nextIndex));
277 while (nextIndex > (sc.currentPos + 1) && sc.More()) {
H A DLexCLW.cxx246 if (GetNextWordUpper(accStyler,scDoc.currentPos,uiStartPos+iLength,cWord)) {
H A DLexLua.cxx115 currentLine = styler.GetLine(sc.currentPos);
H A DLexPOV.cxx83 currentLine = styler.GetLine(sc.currentPos);
H A DLexTCL.cxx181 currentLine = styler.GetLine(sc.currentPos);
H A DEditor.h256 int currentPos; member in class:Editor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp495 if (currentPos != anchor) {
527 pdoc->InsertString(currentPos, buf, len);
528 SetEmptySelection(currentPos + len);
605 if (currentPos != anchor) {
628 Point pos = LocationFromPosition(currentPos);
710 PRectangle rc = ct.CallTipStart(currentPos, pt,
917 pdoc->InsertString(currentPos, buf, len);
918 SetEmptySelection(currentPos + len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagiff.cpp337 wxFileOffset currentPos = m_f->TellI(); local
340 m_f->SeekI(currentPos, wxFromStart);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp2325 int currentPos = startPos; local
2329 if ( currentPos == maxPos )
2333 currentPos = 0;
2338 GetItemText(currentPos), len) == 0 )
2340 *result = currentPos;
2344 while ( ++currentPos != startPos );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 230 milliseconds