Home
last modified time | relevance | path

Searched refs:EndPos (Results 1 – 25 of 1500) sorted by relevance

12345678910>>...60

/dports/editors/lazarus/lazarus/ide/
H A Dsortselectiondlg.pas195 EndPos: Integer;
234 EndPos:=StartPos;
236 CurPos:=EndPos;
252 inc(EndPos);
255 inc(EndPos);
256 if (EndPos<=TxtLen) and (TheText[EndPos] in [#10,#13])
257 and (TheText[EndPos]<>TheText[EndPos-1]) then
284 if (EndPos<=TxtLen) and (TheText[EndPos] in [#10,#13])
285 and (TheText[EndPos]<>TheText[EndPos-1]) then
291 inc(EndPos);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsortselectiondlg.pas195 EndPos: Integer;
234 EndPos:=StartPos;
236 CurPos:=EndPos;
252 inc(EndPos);
255 inc(EndPos);
256 if (EndPos<=TxtLen) and (TheText[EndPos] in [#10,#13])
257 and (TheText[EndPos]<>TheText[EndPos-1]) then
284 if (EndPos<=TxtLen) and (TheText[EndPos] in [#10,#13])
285 and (TheText[EndPos]<>TheText[EndPos-1]) then
291 inc(EndPos);
[all …]
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dsortselectiondlg.pas195 EndPos: Integer;
234 EndPos:=StartPos;
236 CurPos:=EndPos;
252 inc(EndPos);
255 inc(EndPos);
256 if (EndPos<=TxtLen) and (TheText[EndPos] in [#10,#13])
257 and (TheText[EndPos]<>TheText[EndPos-1]) then
284 if (EndPos<=TxtLen) and (TheText[EndPos] in [#10,#13])
285 and (TheText[EndPos]<>TheText[EndPos-1]) then
291 inc(EndPos);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsortselectiondlg.pas195 EndPos: Integer;
234 EndPos:=StartPos;
236 CurPos:=EndPos;
252 inc(EndPos);
255 inc(EndPos);
256 if (EndPos<=TxtLen) and (TheText[EndPos] in [#10,#13])
257 and (TheText[EndPos]<>TheText[EndPos-1]) then
284 if (EndPos<=TxtLen) and (TheText[EndPos] in [#10,#13])
285 and (TheText[EndPos]<>TheText[EndPos-1]) then
291 inc(EndPos);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcpvt_wordrange.h22 EndPos.Default(); in Default()
27 EndPos = end; in Set()
37 EndPos = end; in SetEndPos()
41 bool IsExist() const { return BeginPos != EndPos; } in IsExist()
44 return wr.BeginPos != BeginPos || wr.EndPos != EndPos;
48 if (BeginPos.WordCmp(EndPos) > 0) { in SwapWordPlace()
49 CPVT_WordPlace place = EndPos; in SwapWordPlace()
50 EndPos = BeginPos; in SwapWordPlace()
56 CPVT_WordPlace EndPos; member
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/include/
H A Dcpvt_wordrange.h22 EndPos.Default(); in Default()
27 EndPos = end; in Set()
37 EndPos = end; in SetEndPos()
41 FX_BOOL IsExist() const { return BeginPos != EndPos; } in IsExist()
44 return wr.BeginPos != BeginPos || wr.EndPos != EndPos;
48 if (BeginPos.WordCmp(EndPos) > 0) { in SwapWordPlace()
49 CPVT_WordPlace place = EndPos; in SwapWordPlace()
50 EndPos = BeginPos; in SwapWordPlace()
56 CPVT_WordPlace EndPos; member
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dpascalparsertool.pas1426 CurNode.EndPos:=CurPos.EndPos;
1429 CurNode.EndPos:=CurPos.EndPos;
2196 CurNode.EndPos:=CurPos.EndPos;
2232 CurNode.EndPos:=CurPos.EndPos;
2612 CurNode.EndPos:=CurPos.EndPos;
2778 CurNode.EndPos:=CurPos.EndPos;
2846 CurNode.EndPos:=CurPos.EndPos;
3268 EndPos:=CurPos.EndPos;
3278 CurNode.EndPos:=EndPos;
3283 CurNode.EndPos:=EndPos;
[all …]
H A Dresourcecodetool.pas82 Result.EndPos:=-1;
88 Result.EndPos:=FindCommentEnd(Src,Result.StartPos,false)
117 Result.EndPos:=-1;
148 Result.EndPos:=CurPos.EndPos;
151 Result.EndPos:=CurPos.EndPos;
168 StartPos:=ResourcePos.EndPos;
185 InsertAtom.EndPos:=ResourceCode.SourceLength+1;
194 if CodeIsOnlySpace(Src,InsertAtom.EndPos+1,SrcLen) then
195 InsertAtom.EndPos:=SrcLen+1;
248 CurResPos.EndPos,SrcLen,false);
[all …]
H A Dcustomcodetool.pas1282 inc(CurPos.EndPos);
1367 inc(CurPos.EndPos);
1383 until (CurPos.EndPos>SrcLen) or (not IsIdentChar[Src[CurPos.EndPos]]);
1606 CurPos.EndPos:=1;
2019 if (Node<>nil) and (Node.EndPos=CurPos.EndPos)
2279 if (Node.EndPos>0) and (p>Node.EndPos) then
2381 while (CurPos.EndPos<=ANode.EndPos) and (CurPos.StartPos<=SrcLen) do begin
2636 if (Node.EndPos>0) and (p>Node.EndPos) then
2675 and ((Node.EndPos>P) or (Node.EndPos<1)) then begin
2869 if (SameArea.EndPos>CleanPos) or (SameArea.EndPos>SrcLen) then begin
[all …]
H A Dchangedeclarationtool.pas204 Result:=Typ.EndPos
206 Result:=Name.EndPos;
316 EndPos: Integer;
390 CurParam.Typ.EndPos:=LastAtoms.GetPriorAtom.EndPos;
396 CurParam.DefaultValue.EndPos:=LastAtoms.GetPriorAtom.EndPos;
418 CurParam.HasComments:=FindNextComment(Src,StartPos,EndPos-1)>=EndPos;
439 while (StartPos<EndPos) and IsSpaceChar[Src[EndPos-1]] do dec(EndPos);
457 CurParam.CommentAfterSeparator.EndPos:=EndPos;
523 EndPos: LongInt;
551 EndPos:=SrcParam.Name.EndPos;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dpascalparsertool.pas1426 CurNode.EndPos:=CurPos.EndPos;
1429 CurNode.EndPos:=CurPos.EndPos;
2196 CurNode.EndPos:=CurPos.EndPos;
2232 CurNode.EndPos:=CurPos.EndPos;
2612 CurNode.EndPos:=CurPos.EndPos;
2778 CurNode.EndPos:=CurPos.EndPos;
2846 CurNode.EndPos:=CurPos.EndPos;
3268 EndPos:=CurPos.EndPos;
3278 CurNode.EndPos:=EndPos;
3283 CurNode.EndPos:=EndPos;
[all …]
H A Dresourcecodetool.pas82 Result.EndPos:=-1;
88 Result.EndPos:=FindCommentEnd(Src,Result.StartPos,false)
117 Result.EndPos:=-1;
148 Result.EndPos:=CurPos.EndPos;
151 Result.EndPos:=CurPos.EndPos;
168 StartPos:=ResourcePos.EndPos;
185 InsertAtom.EndPos:=ResourceCode.SourceLength+1;
194 if CodeIsOnlySpace(Src,InsertAtom.EndPos+1,SrcLen) then
195 InsertAtom.EndPos:=SrcLen+1;
248 CurResPos.EndPos,SrcLen,false);
[all …]
H A Dcustomcodetool.pas1282 inc(CurPos.EndPos);
1367 inc(CurPos.EndPos);
1383 until (CurPos.EndPos>SrcLen) or (not IsIdentChar[Src[CurPos.EndPos]]);
1606 CurPos.EndPos:=1;
2019 if (Node<>nil) and (Node.EndPos=CurPos.EndPos)
2279 if (Node.EndPos>0) and (p>Node.EndPos) then
2381 while (CurPos.EndPos<=ANode.EndPos) and (CurPos.StartPos<=SrcLen) do begin
2636 if (Node.EndPos>0) and (p>Node.EndPos) then
2675 and ((Node.EndPos>P) or (Node.EndPos<1)) then begin
2869 if (SameArea.EndPos>CleanPos) or (SameArea.EndPos>SrcLen) then begin
[all …]
/dports/editors/lazarus/lazarus/components/codetools/
H A Dresourcecodetool.pas82 Result.EndPos:=-1;
88 Result.EndPos:=FindCommentEnd(Src,Result.StartPos,false)
117 Result.EndPos:=-1;
148 Result.EndPos:=CurPos.EndPos;
151 Result.EndPos:=CurPos.EndPos;
168 StartPos:=ResourcePos.EndPos;
185 InsertAtom.EndPos:=ResourceCode.SourceLength+1;
194 if CodeIsOnlySpace(Src,InsertAtom.EndPos+1,SrcLen) then
195 InsertAtom.EndPos:=SrcLen+1;
248 CurResPos.EndPos,SrcLen,false);
[all …]
H A Dpascalparsertool.pas1406 CurNode.EndPos:=CurPos.EndPos;
1409 CurNode.EndPos:=CurPos.EndPos;
2185 CurNode.EndPos:=CurPos.EndPos;
2221 CurNode.EndPos:=CurPos.EndPos;
2601 CurNode.EndPos:=CurPos.EndPos;
2769 CurNode.EndPos:=CurPos.EndPos;
2837 CurNode.EndPos:=CurPos.EndPos;
3256 EndPos:=CurPos.EndPos;
3266 CurNode.EndPos:=EndPos;
3271 CurNode.EndPos:=EndPos;
[all …]
H A Dcustomcodetool.pas1278 inc(CurPos.EndPos);
1283 inc(CurPos.EndPos);
1363 inc(CurPos.EndPos);
1379 until (CurPos.EndPos>SrcLen) or (not IsIdentChar[Src[CurPos.EndPos]]);
1602 CurPos.EndPos:=1;
2249 if (Node.EndPos>0) and (p>Node.EndPos) then
2351 while (CurPos.EndPos<=ANode.EndPos) and (CurPos.StartPos<=SrcLen) do begin
2606 if (Node.EndPos>0) and (p>Node.EndPos) then
2645 and ((Node.EndPos>P) or (Node.EndPos<1)) then begin
2839 if (SameArea.EndPos>CleanPos) or (SameArea.EndPos>SrcLen) then begin
[all …]
H A Dchangedeclarationtool.pas204 Result:=Typ.EndPos
206 Result:=Name.EndPos;
316 EndPos: Integer;
390 CurParam.Typ.EndPos:=LastAtoms.GetPriorAtom.EndPos;
396 CurParam.DefaultValue.EndPos:=LastAtoms.GetPriorAtom.EndPos;
418 CurParam.HasComments:=FindNextComment(Src,StartPos,EndPos-1)>=EndPos;
439 while (StartPos<EndPos) and IsSpaceChar[Src[EndPos-1]] do dec(EndPos);
457 CurParam.CommentAfterSeparator.EndPos:=EndPos;
523 EndPos: LongInt;
551 EndPos:=SrcParam.Name.EndPos;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dresourcecodetool.pas82 Result.EndPos:=-1;
88 Result.EndPos:=FindCommentEnd(Src,Result.StartPos,false)
117 Result.EndPos:=-1;
148 Result.EndPos:=CurPos.EndPos;
151 Result.EndPos:=CurPos.EndPos;
168 StartPos:=ResourcePos.EndPos;
185 InsertAtom.EndPos:=ResourceCode.SourceLength+1;
194 if CodeIsOnlySpace(Src,InsertAtom.EndPos+1,SrcLen) then
195 InsertAtom.EndPos:=SrcLen+1;
248 CurResPos.EndPos,SrcLen,false);
[all …]
H A Dpascalparsertool.pas1406 CurNode.EndPos:=CurPos.EndPos;
1409 CurNode.EndPos:=CurPos.EndPos;
2185 CurNode.EndPos:=CurPos.EndPos;
2221 CurNode.EndPos:=CurPos.EndPos;
2601 CurNode.EndPos:=CurPos.EndPos;
2769 CurNode.EndPos:=CurPos.EndPos;
2837 CurNode.EndPos:=CurPos.EndPos;
3256 EndPos:=CurPos.EndPos;
3266 CurNode.EndPos:=EndPos;
3271 CurNode.EndPos:=EndPos;
[all …]
H A Dcustomcodetool.pas1278 inc(CurPos.EndPos);
1283 inc(CurPos.EndPos);
1363 inc(CurPos.EndPos);
1379 until (CurPos.EndPos>SrcLen) or (not IsIdentChar[Src[CurPos.EndPos]]);
1602 CurPos.EndPos:=1;
2249 if (Node.EndPos>0) and (p>Node.EndPos) then
2351 while (CurPos.EndPos<=ANode.EndPos) and (CurPos.StartPos<=SrcLen) do begin
2606 if (Node.EndPos>0) and (p>Node.EndPos) then
2645 and ((Node.EndPos>P) or (Node.EndPos<1)) then begin
2839 if (SameArea.EndPos>CleanPos) or (SameArea.EndPos>SrcLen) then begin
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/
H A Ddump.c154 if (CurPos < EndPos) in DumpSection()
155 CurPos = EndPos; in DumpSection()
168 if (CurPos < EndPos) in DumpSection()
169 CurPos = EndPos; in DumpSection()
182 if (CurPos < EndPos) in DumpSection()
183 CurPos = EndPos; in DumpSection()
196 if (CurPos < EndPos) in DumpSection()
197 CurPos = EndPos; in DumpSection()
209 OFFSET EndPos = NextPos; in DumpSection() local
211 EndPos = SectionSize; in DumpSection()
[all …]
/dports/editors/lazarus/lazarus/converter/
H A Dreplacefuncsunit.pas210 EndPos: Integer;
216 EndPos:=aStart;
218 Inc(EndPos);
226 EndPos: Integer;
229 EndPos:=aStart;
232 Inc(EndPos);
241 EndPos: Integer;
246 EndPos:=aStart;
248 inc(EndPos);
257 EndPos:=aStart;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/converter/
H A Dreplacefuncsunit.pas210 EndPos: Integer;
216 EndPos:=aStart;
218 Inc(EndPos);
226 EndPos: Integer;
229 EndPos:=aStart;
232 Inc(EndPos);
241 EndPos: Integer;
246 EndPos:=aStart;
248 inc(EndPos);
257 EndPos:=aStart;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/converter/
H A Dreplacefuncsunit.pas210 EndPos: Integer;
216 EndPos:=aStart;
218 Inc(EndPos);
226 EndPos: Integer;
229 EndPos:=aStart;
232 Inc(EndPos);
241 EndPos: Integer;
246 EndPos:=aStart;
248 inc(EndPos);
257 EndPos:=aStart;
[all …]
/dports/editors/lazarus-qt5/lazarus/converter/
H A Dreplacefuncsunit.pas210 EndPos: Integer;
216 EndPos:=aStart;
218 Inc(EndPos);
226 EndPos: Integer;
229 EndPos:=aStart;
232 Inc(EndPos);
241 EndPos: Integer;
246 EndPos:=aStart;
248 inc(EndPos);
257 EndPos:=aStart;
[all …]

12345678910>>...60