Home
last modified time | relevance | path

Searched refs:gapStart (Results 1 – 25 of 150) sorted by relevance

123456

/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/text/
H A DGapContent.java126 if (mark <= gapStart) in getOffset()
227 int gapStart; field in GapContent
256 gapStart = 1; in GapContent()
409 if ((where < gapStart) && ((gapStart - where) < len)) in getChars()
425 if (where < gapStart) in getChars()
452 if (offset > gapStart) in createPosition()
522 if (gapStart == 0) in shiftGap()
541 setPositionsInRange(newGapStart, gapStart - newGapStart, gapStart); in shiftGapStartDown()
610 return gapStart; in getGapStart()
722 if (gapStart != 0) in resetMarksAtZero()
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/jemacs/swt/
H A DSwtCharBuffer.java65 return pos < gapStart ? pos : pos + gapEnd - gapStart; in pos2offset()
70 return offset <= gapStart ? offset : offset - gapEnd + gapStart; in offset2pos()
86 int oldGapStart = gapStart; in shiftGap()
88 if (oldGapStart != gapStart) in shiftGap()
90 int regionStart = oldGapStart < newGapStart ? oldGapStart + gapEnd - gapStart : gapStart; in shiftGap()
92 int displacement = oldGapStart < newGapStart ? gapStart - gapEnd : gapEnd - gapStart; in shiftGap()
110 char c = chars.charAt(index < gapStart ? index : index + gapEnd - gapStart);
121 gapStart += str.length();
129 gapStart -= count;
155 if (i == gapStart)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DDefaultContent.java119 if (position == gapStart) { in adjustGap()
286 gapStart += (change); in insert()
362 System.arraycopy(textStore, gapEnd, content, gapStart, content.length - gapStart); in moveAndResizeGap()
365 gapStart = gapEnd = position; in moveAndResizeGap()
386 gapStart = newGapStart; in moveAndResizeGap()
416 if (i >= gapStart) { in lineCount()
417 i += gapEnd - gapStart; in lineCount()
691 return gapStart != gapEnd; in gapExists()
723 if (gapStart < start) { in getTextRange()
823 gapStart = -1; in setText()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DDefaultContent.java119 if (position == gapStart) { in adjustGap()
295 gapStart += (change); in insert()
371 System.arraycopy(textStore, gapEnd, content, gapStart, content.length - gapStart); in moveAndResizeGap()
374 gapStart = gapEnd = position; in moveAndResizeGap()
395 gapStart = newGapStart; in moveAndResizeGap()
425 if (i >= gapStart) { in lineCount()
426 i += gapEnd - gapStart; in lineCount()
700 return gapStart != gapEnd; in gapExists()
732 if (gapStart < start) { in getTextRange()
832 gapStart = -1; in setText()
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/lists/
H A DTreeList.java30 public int gapStart; field in TreeList
64 gapStart = 0; in clear()
337 if (gapStart > 0) in ensureSpace()
408 gapStart += 2; in writePosition()
418 gapStart += 5; in writePosition()
432 gapStart += 2; in writeObject()
444 gapStart += 2; in writeDocumentUri()
612 gapStart += 2; in endElement()
621 if (parent >= gapStart || begin <= gapStart) in endElement()
624 gapStart += 7; in endElement()
[all …]
H A DSimpleVector.java56 setInfoField(gapStart, gapEnd-gapStart, flags|GAP_FLAG); in setGapBounds()
59 setInfoField(gapStart, gapEnd-gapStart, (info & 0x3F00000000l) | GAP_FLAG); in setGapBounds()
126 int gapStart = getSizeBits(); in gapReserveGeneric() local
128 int gapEnd = gapStart + gapSize; in gapReserveGeneric()
129 if (needed > gapEnd - gapStart) { in gapReserveGeneric()
141 else if (where != gapStart) { in gapReserveGeneric()
241 if (index < gapStart) { in getSegment()
243 size = gapStart - index; in getSegment()
264 if (index + len <= gapStart) in getSegment()
266 if (index >= gapStart) in getSegment()
[all …]
H A DStableManager.java119 int gapStart = base.getGapStart(); in createPos() local
121 if (index > gapStart || (index == gapStart && isAfter)) in createPos()
122 index += gapEnd - gapStart; in createPos()
137 int gapStart = base.getGapStart(); in hasNext() local
138 if (index >= gapStart) in hasNext()
147 int gapStart = base.getGapStart(); in nextPos() local
149 if (index >= gapStart) in nextPos()
150 index += gapEnd - gapStart; in nextPos()
167 if (index > gapStart) in nextIndex()
168 index -= gapEnd - gapStart; in nextIndex()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/text/
H A DGapContent.java132 if (mark >= gapStart) in getOffset()
303 int gapStart; field in GapContent
358 gapStart = 1; in GapContent()
585 if (offset >= gapStart) in createPosition()
656 gapStart = newGapStart; in shiftGap()
718 gapStart = newGapStart; in shiftGapStartDown()
855 gapStart += num; in addImpl()
866 return gapStart; in getGapStart()
894 if (offset < gapStart) in getPositionsInRange()
927 if (gapStart != 0) in resetMarksAtZero()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/text/
H A DGapContent.java132 if (mark >= gapStart) in getOffset()
303 int gapStart; field in GapContent
358 gapStart = 1; in GapContent()
585 if (offset >= gapStart) in createPosition()
656 gapStart = newGapStart; in shiftGap()
718 gapStart = newGapStart; in shiftGapStartDown()
855 gapStart += num; in addImpl()
866 return gapStart; in getGapStart()
894 if (offset < gapStart) in getPositionsInRange()
927 if (gapStart != 0) in resetMarksAtZero()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/text/
H A DGapContent.java132 if (mark >= gapStart) in getOffset()
303 int gapStart; field in GapContent
358 gapStart = 1; in GapContent()
585 if (offset >= gapStart) in createPosition()
656 gapStart = newGapStart; in shiftGap()
718 gapStart = newGapStart; in shiftGapStartDown()
855 gapStart += num; in addImpl()
866 return gapStart; in getGapStart()
894 if (offset < gapStart) in getPositionsInRange()
927 if (gapStart != 0) in resetMarksAtZero()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/text/
H A DGapContent.java132 if (mark >= gapStart) in getOffset()
303 int gapStart; field in GapContent
358 gapStart = 1; in GapContent()
585 if (offset >= gapStart) in createPosition()
656 gapStart = newGapStart; in shiftGap()
718 gapStart = newGapStart; in shiftGapStartDown()
855 gapStart += num; in addImpl()
866 return gapStart; in getGapStart()
894 if (offset < gapStart) in getPositionsInRange()
927 if (gapStart != 0) in resetMarksAtZero()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/text/
H A DGapContent.java132 if (mark >= gapStart) in getOffset()
303 int gapStart; field in GapContent
358 gapStart = 1; in GapContent()
585 if (offset >= gapStart) in createPosition()
656 gapStart = newGapStart; in shiftGap()
718 gapStart = newGapStart; in shiftGapStartDown()
855 gapStart += num; in addImpl()
866 return gapStart; in getGapStart()
894 if (offset < gapStart) in getPositionsInRange()
927 if (gapStart != 0) in resetMarksAtZero()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DBuffer.java46 protected int gapStart = -1; field in Buffer
93 this.gapStart += text.length; in append()
132 if (position < this.gapStart) { in getChar()
147 if (this.gapStart < 0) { in getCharacters()
193 if (offset + length < this.gapStart) in getText()
195 if (this.gapStart < offset) { in getText()
202 - this.gapStart); in getText()
253 this.gapStart, content.length - this.gapStart); in moveAndResizeGap()
277 this.gapStart, delta); in moveAndResizeGap()
282 this.gapStart = newGapStart; in moveAndResizeGap()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DBuffer.java43 protected int gapStart = -1; field in Buffer
87 this.gapStart += text.length; in append()
129 if (position < this.gapStart) { in getChar()
143 if (this.gapStart < 0) { in getCharacters()
187 if (offset + length < this.gapStart) in getText()
189 if (this.gapStart < offset) { in getText()
241 …stem.arraycopy(this.contents, this.gapEnd, content, this.gapStart, content.length - this.gapStart); in moveAndResizeGap()
244 this.gapStart = this.gapEnd = position; in moveAndResizeGap()
254 if (newGapStart < this.gapStart) { in moveAndResizeGap()
266 this.gapStart = newGapStart; in moveAndResizeGap()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/iproute-1.7.11/Data/IP/
H A DBuilder.hs173 !f0 = makeF0 gapStart gapEnd w0
174 !f1 = makeF12 gapStart gapEnd 2# 3# w1
175 !f2 = makeF12 gapStart gapEnd 4# 5# w2
176 !f3 = makeF3 gapStart gapEnd w3
179 makeF0 (I# gapStart) (I# gapEnd) !w =
182 _ -> case gapStart ==# 0# of
187 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
190 _ -> case gapStart >=# il of
191 1# -> case gapStart ==# il of
199 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/iproute-1.7.11/Data/IP/
H A DBuilder.hs173 !f0 = makeF0 gapStart gapEnd w0
174 !f1 = makeF12 gapStart gapEnd 2# 3# w1
175 !f2 = makeF12 gapStart gapEnd 4# 5# w2
176 !f3 = makeF3 gapStart gapEnd w3
179 makeF0 (I# gapStart) (I# gapEnd) !w =
182 _ -> case gapStart ==# 0# of
187 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
190 _ -> case gapStart >=# il of
191 1# -> case gapStart ==# il of
199 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/iproute-1.7.9/Data/IP/
H A DBuilder.hs190 !f0 = makeF0 gapStart gapEnd w0
191 !f1 = makeF12 gapStart gapEnd 2# 3# w1
192 !f2 = makeF12 gapStart gapEnd 4# 5# w2
193 !f3 = makeF3 gapStart gapEnd w3
196 makeF0 (I# gapStart) (I# gapEnd) !w =
199 _ -> case gapStart ==# 0# of
204 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
207 _ -> case gapStart >=# il of
208 1# -> case gapStart ==# il of
216 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/iproute-1.7.9/Data/IP/
H A DBuilder.hs190 !f0 = makeF0 gapStart gapEnd w0
191 !f1 = makeF12 gapStart gapEnd 2# 3# w1
192 !f2 = makeF12 gapStart gapEnd 4# 5# w2
193 !f3 = makeF3 gapStart gapEnd w3
196 makeF0 (I# gapStart) (I# gapEnd) !w =
199 _ -> case gapStart ==# 0# of
204 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
207 _ -> case gapStart >=# il of
208 1# -> case gapStart ==# il of
216 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/iproute-1.7.11/Data/IP/
H A DBuilder.hs173 !f0 = makeF0 gapStart gapEnd w0
174 !f1 = makeF12 gapStart gapEnd 2# 3# w1
175 !f2 = makeF12 gapStart gapEnd 4# 5# w2
176 !f3 = makeF3 gapStart gapEnd w3
179 makeF0 (I# gapStart) (I# gapEnd) !w =
182 _ -> case gapStart ==# 0# of
187 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
190 _ -> case gapStart >=# il of
191 1# -> case gapStart ==# il of
199 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/iproute-1.7.9/Data/IP/
H A DBuilder.hs190 !f0 = makeF0 gapStart gapEnd w0
191 !f1 = makeF12 gapStart gapEnd 2# 3# w1
192 !f2 = makeF12 gapStart gapEnd 4# 5# w2
193 !f3 = makeF3 gapStart gapEnd w3
196 makeF0 (I# gapStart) (I# gapEnd) !w =
199 _ -> case gapStart ==# 0# of
204 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
207 _ -> case gapStart >=# il of
208 1# -> case gapStart ==# il of
216 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/iproute-1.7.10/Data/IP/
H A DBuilder.hs173 !f0 = makeF0 gapStart gapEnd w0
174 !f1 = makeF12 gapStart gapEnd 2# 3# w1
175 !f2 = makeF12 gapStart gapEnd 4# 5# w2
176 !f3 = makeF3 gapStart gapEnd w3
179 makeF0 (I# gapStart) (I# gapEnd) !w =
182 _ -> case gapStart ==# 0# of
187 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
190 _ -> case gapStart >=# il of
191 1# -> case gapStart ==# il of
199 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/iproute-1.7.10/Data/IP/
H A DBuilder.hs173 !f0 = makeF0 gapStart gapEnd w0
174 !f1 = makeF12 gapStart gapEnd 2# 3# w1
175 !f2 = makeF12 gapStart gapEnd 4# 5# w2
176 !f3 = makeF3 gapStart gapEnd w3
179 makeF0 (I# gapStart) (I# gapEnd) !w =
182 _ -> case gapStart ==# 0# of
187 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
190 _ -> case gapStart >=# il of
191 1# -> case gapStart ==# il of
199 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/iproute-1.7.11/Data/IP/
H A DBuilder.hs173 !f0 = makeF0 gapStart gapEnd w0
174 !f1 = makeF12 gapStart gapEnd 2# 3# w1
175 !f2 = makeF12 gapStart gapEnd 4# 5# w2
176 !f3 = makeF3 gapStart gapEnd w3
179 makeF0 (I# gapStart) (I# gapEnd) !w =
182 _ -> case gapStart ==# 0# of
187 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
190 _ -> case gapStart >=# il of
191 1# -> case gapStart ==# il of
199 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/iproute-1.7.11/Data/IP/
H A DBuilder.hs173 !f0 = makeF0 gapStart gapEnd w0
174 !f1 = makeF12 gapStart gapEnd 2# 3# w1
175 !f2 = makeF12 gapStart gapEnd 4# 5# w2
176 !f3 = makeF3 gapStart gapEnd w3
179 makeF0 (I# gapStart) (I# gapEnd) !w =
182 _ -> case gapStart ==# 0# of
187 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
190 _ -> case gapStart >=# il of
191 1# -> case gapStart ==# il of
199 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/iproute-1.7.11/Data/IP/
H A DBuilder.hs173 !f0 = makeF0 gapStart gapEnd w0
174 !f1 = makeF12 gapStart gapEnd 2# 3# w1
175 !f2 = makeF12 gapStart gapEnd 4# 5# w2
176 !f3 = makeF3 gapStart gapEnd w3
179 makeF0 (I# gapStart) (I# gapEnd) !w =
182 _ -> case gapStart ==# 0# of
187 makeF12 (I# gapStart) (I# gapEnd) il ir !w =
190 _ -> case gapStart >=# il of
191 1# -> case gapStart ==# il of
199 makeF3 (I# gapStart) (I# gapEnd) !w =
[all …]

123456