Home
last modified time | relevance | path

Searched refs:oldEnd (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/fonts/
H A Dtextchunklist.cpp98 TextChunk *restrict oldEnd = end; in removeBack() local
99 if (oldEnd != nullptr) in removeBack()
101 end = oldEnd->prev; in removeBack()
106 search.erase(TextChunkSmall(oldEnd->text, in removeBack()
107 oldEnd->color, oldEnd->color2)); in removeBack()
108 searchWidth.erase(oldEnd->text); in removeBack()
109 delete oldEnd; in removeBack()
120 TextChunk *oldEnd = item; in removeBack() local
123 oldEnd->color, oldEnd->color2)); in removeBack()
124 searchWidth.erase(oldEnd->text); in removeBack()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/decpp/
H A DdePoolString.cpp40 deUintptr oldEnd = size(); in append() local
44 std::copy(str, str+len, begin()+oldEnd); in append()
49 deUintptr oldEnd = size(); in append() local
52 std::copy(str.begin(), str.end(), begin()+oldEnd); in append()
57 deUintptr oldEnd = size(); in append() local
60 std::copy(str.begin(), str.end(), begin()+oldEnd); in append()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/parser/
H A DchangeLicense.py19 oldEnd = text.find('*/') variable
20 if oldEnd == -1:
21 oldEnd = 0 variable
22 text = licenseText + text[oldEnd:]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/parser/
H A DchangeLicense.py19 oldEnd = text.find('*/') variable
20 if oldEnd == -1:
21 oldEnd = 0 variable
22 text = licenseText + text[oldEnd:]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DnsAccessiblePivot.cpp98 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetPosition() local
100 NotifyOfPivotChange(position, oldStart, oldEnd, in SetPosition()
175 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetTextRange() local
180 NotifyOfPivotChange(acc, oldStart, oldEnd, nsIAccessiblePivot::REASON_NONE, in SetTextRange()
301 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MoveNextByText() local
306 NotifyOfPivotChange(oldPos, oldStart, oldEnd, in MoveNextByText()
328 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePreviousByText() local
333 NotifyOfPivotChange(oldPos, oldStart, oldEnd, in MovePreviousByText()
404 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePivotInternal() local
407 return NotifyOfPivotChange(oldPosition, oldStart, oldEnd, aReason, in MovePivotInternal()
/dports/www/firefox/firefox-99.0/accessible/base/
H A DnsAccessiblePivot.cpp99 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetPosition() local
101 NotifyOfPivotChange(position, oldStart, oldEnd, in SetPosition()
179 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetTextRange() local
184 NotifyOfPivotChange(acc, oldStart, oldEnd, nsIAccessiblePivot::REASON_NONE, in SetTextRange()
327 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MoveNextByText() local
332 NotifyOfPivotChange(oldPos, oldStart, oldEnd, in MoveNextByText()
354 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePreviousByText() local
359 NotifyOfPivotChange(oldPos, oldStart, oldEnd, in MovePreviousByText()
436 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePivotInternal() local
439 return NotifyOfPivotChange(oldPosition, oldStart, oldEnd, aReason, in MovePivotInternal()
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DnsAccessiblePivot.cpp99 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetPosition() local
101 NotifyOfPivotChange(position, oldStart, oldEnd, in SetPosition()
179 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetTextRange() local
184 NotifyOfPivotChange(acc, oldStart, oldEnd, nsIAccessiblePivot::REASON_NONE, in SetTextRange()
330 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MoveNextByText() local
335 NotifyOfPivotChange(oldPos, oldStart, oldEnd, in MoveNextByText()
358 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePreviousByText() local
363 NotifyOfPivotChange(oldPos, oldStart, oldEnd, in MovePreviousByText()
440 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePivotInternal() local
443 return NotifyOfPivotChange(oldPosition, oldStart, oldEnd, aReason, in MovePivotInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/base/
H A DnsAccessiblePivot.cpp99 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetPosition() local
101 NotifyOfPivotChange(position, oldStart, oldEnd, in SetPosition()
179 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetTextRange() local
184 NotifyOfPivotChange(acc, oldStart, oldEnd, nsIAccessiblePivot::REASON_NONE, in SetTextRange()
330 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MoveNextByText() local
335 NotifyOfPivotChange(oldPos, oldStart, oldEnd, in MoveNextByText()
358 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePreviousByText() local
363 NotifyOfPivotChange(oldPos, oldStart, oldEnd, in MovePreviousByText()
440 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePivotInternal() local
443 return NotifyOfPivotChange(oldPosition, oldStart, oldEnd, aReason, in MovePivotInternal()
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Util/
H A DJFile.cpp490 u32 oldEnd = ftell(file); in ResizeAt() local
492 if (byte > oldEnd) in ResizeAt()
494 byte = oldEnd; in ResizeAt()
497 u32 remSize = oldEnd - byte; // Espacio restante por desplazar in ResizeAt()
524 if (0 != fseek(file, oldEnd - copiedSize - blockSize, SEEK_SET)) in ResizeAt()
544 if (0 != fseek(file, oldEnd - copiedSize - blockSize, SEEK_SET)) in ResizeAt()
562 if (copiedSize != oldEnd - byte) in ResizeAt()
564 …fprintf(stderr, "No coincide el tama�o copiado (orig era %d, copiados %d)\n", oldEnd - byte, copie… in ResizeAt()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/text/
H A DGapContent.java617 int oldEnd = getGapEnd(); in shiftEnd() local
619 int upper = oldSize - oldEnd; in shiftEnd()
629 System.arraycopy(buffer, oldEnd, buffer, newEnd, upper); in shiftEnd()
632 int delta = gapEnd - oldEnd; in shiftEnd()
633 int adjIndex = searchFirst(oldEnd); in shiftEnd()
651 int oldEnd = gapEnd; in shiftGap() local
652 int newGapEnd = oldEnd + delta; in shiftGap()
653 int size = oldEnd - oldStart; in shiftGap()
659 System.arraycopy(buffer, oldEnd, buffer, oldStart, delta); in shiftGap()
683 if (m.mark >= oldEnd) in shiftGap()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/text/
H A DGapContent.java617 int oldEnd = getGapEnd(); in shiftEnd() local
619 int upper = oldSize - oldEnd; in shiftEnd()
629 System.arraycopy(buffer, oldEnd, buffer, newEnd, upper); in shiftEnd()
632 int delta = gapEnd - oldEnd; in shiftEnd()
633 int adjIndex = searchFirst(oldEnd); in shiftEnd()
651 int oldEnd = gapEnd; in shiftGap() local
652 int newGapEnd = oldEnd + delta; in shiftGap()
653 int size = oldEnd - oldStart; in shiftGap()
659 System.arraycopy(buffer, oldEnd, buffer, oldStart, delta); in shiftGap()
683 if (m.mark >= oldEnd) in shiftGap()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/text/
H A DGapContent.java617 int oldEnd = getGapEnd(); in shiftEnd() local
619 int upper = oldSize - oldEnd; in shiftEnd()
629 System.arraycopy(buffer, oldEnd, buffer, newEnd, upper); in shiftEnd()
632 int delta = gapEnd - oldEnd; in shiftEnd()
633 int adjIndex = searchFirst(oldEnd); in shiftEnd()
651 int oldEnd = gapEnd; in shiftGap() local
652 int newGapEnd = oldEnd + delta; in shiftGap()
653 int size = oldEnd - oldStart; in shiftGap()
659 System.arraycopy(buffer, oldEnd, buffer, oldStart, delta); in shiftGap()
683 if (m.mark >= oldEnd) in shiftGap()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/text/
H A DGapContent.java617 int oldEnd = getGapEnd(); in shiftEnd() local
619 int upper = oldSize - oldEnd; in shiftEnd()
629 System.arraycopy(buffer, oldEnd, buffer, newEnd, upper); in shiftEnd()
632 int delta = gapEnd - oldEnd; in shiftEnd()
633 int adjIndex = searchFirst(oldEnd); in shiftEnd()
651 int oldEnd = gapEnd; in shiftGap() local
652 int newGapEnd = oldEnd + delta; in shiftGap()
653 int size = oldEnd - oldStart; in shiftGap()
659 System.arraycopy(buffer, oldEnd, buffer, oldStart, delta); in shiftGap()
683 if (m.mark >= oldEnd) in shiftGap()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/text/
H A DGapContent.java617 int oldEnd = getGapEnd(); in shiftEnd() local
619 int upper = oldSize - oldEnd; in shiftEnd()
629 System.arraycopy(buffer, oldEnd, buffer, newEnd, upper); in shiftEnd()
632 int delta = gapEnd - oldEnd; in shiftEnd()
633 int adjIndex = searchFirst(oldEnd); in shiftEnd()
651 int oldEnd = gapEnd; in shiftGap() local
652 int newGapEnd = oldEnd + delta; in shiftGap()
653 int size = oldEnd - oldStart; in shiftGap()
659 System.arraycopy(buffer, oldEnd, buffer, oldStart, delta); in shiftGap()
683 if (m.mark >= oldEnd) in shiftGap()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_events/interprocess/
H A Djuce_NetworkServiceDiscovery.cpp201 auto oldEnd = std::end (services); in removeTimedOutServices() local
202 auto newEnd = std::remove_if (std::begin (services), oldEnd, in removeTimedOutServices()
205 if (newEnd != oldEnd) in removeTimedOutServices()
207 services.erase (newEnd, oldEnd); in removeTimedOutServices()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_events/interprocess/
H A Djuce_NetworkServiceDiscovery.cpp201 auto oldEnd = std::end (services); in removeTimedOutServices() local
202 auto newEnd = std::remove_if (std::begin (services), oldEnd, in removeTimedOutServices()
205 if (newEnd != oldEnd) in removeTimedOutServices()
207 services.erase (newEnd, oldEnd); in removeTimedOutServices()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_events/interprocess/
H A Djuce_NetworkServiceDiscovery.cpp192 auto oldEnd = std::end (services); in removeTimedOutServices() local
193 auto newEnd = std::remove_if (std::begin (services), oldEnd, in removeTimedOutServices()
196 if (newEnd != oldEnd) in removeTimedOutServices()
198 services.erase (newEnd, oldEnd); in removeTimedOutServices()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DGeckoEditable.java180 mCurrentOldEnd += Math.max(0, oldEnd - mCurrentNewEnd); in addCurrentChangeLocked()
181 mCurrentNewEnd = newEnd + Math.max(0, mCurrentNewEnd - oldEnd); in addCurrentChangeLocked()
230 mShadowOldEnd += Math.max(0, oldEnd - mShadowNewEnd); in addShadowChange()
231 mShadowNewEnd = newEnd + Math.max(0, mShadowNewEnd - oldEnd); in addShadowChange()
1187 mText.getCurrentText(), start, newText, 0, oldEnd - start); in geckoIsSameText()
1223 oldEnd >= action.mEnd && in onTextChange()
1237 mText.currentReplace(start, oldEnd, text); in onTextChange()
1244 oldEnd - start == action.mEnd - action.mStart) { in onTextChange()
1246 mText.currentReplace(start, oldEnd, action.mSequence); in onTextChange()
1291 } else if (geckoIsSameText(start, oldEnd, text)) { in onTextChange()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DGeckoEditable.java185 mCurrentOldEnd += Math.max(0, oldEnd - mCurrentNewEnd); in addCurrentChangeLocked()
186 mCurrentNewEnd = newEnd + Math.max(0, mCurrentNewEnd - oldEnd); in addCurrentChangeLocked()
245 mShadowOldEnd += Math.max(0, oldEnd - mShadowNewEnd); in addShadowChange()
246 mShadowNewEnd = newEnd + Math.max(0, mShadowNewEnd - oldEnd); in addShadowChange()
1138 return oldEnd - start == newText.length() && in geckoIsSameText()
1188 oldEnd >= action.mEnd && in onTextChange()
1202 mText.currentReplace(start, oldEnd, text); in onTextChange()
1209 oldEnd - start == action.mEnd - action.mStart) { in onTextChange()
1211 mText.currentReplace(start, oldEnd, action.mSequence); in onTextChange()
1251 } else if (geckoIsSameText(start, oldEnd, text)) { in onTextChange()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DconnectionListEditor.cpp80 auto oldEnd = oldItems.end(), newEnd = newItems.end(); in _OnEditShared() local
81 while (oldItemTail != oldEnd && newItemTail != newEnd && in _OnEditShared()
85 oldItemSet.insert(oldItemTail, oldEnd); in _OnEditShared()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/fonts/
H A Dpreviewimageprovider.cpp82 double oldEnd = 0; in requestImage() local
83 xft.getExcludeRange(oldStart, oldEnd); in requestImage()
111 xft.setExcludeRange(oldStart, oldEnd); in requestImage()
/dports/audio/tse3/tse3-0.3.1/src/tse3/cmd/
H A DPart.cpp106 oldEnd = part->end(); in control_flow()
109 if (newEnd == -1) newEnd = newStart + oldEnd - oldStart; in control_flow()
162 part->setStartEnd(oldStart, oldEnd);
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/base/
H A DnsAccessiblePivot.cpp99 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetPosition() local
101 NotifyOfPivotChange(position, oldStart, oldEnd, in SetPosition()
175 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetTextRange() local
180 NotifyOfPivotChange(acc, oldStart, oldEnd, nsIAccessiblePivot::REASON_TEXT, in SetTextRange()
400 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MoveNextByText() local
404 NotifyOfPivotChange(startPosition, oldStart, oldEnd, in MoveNextByText()
529 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePreviousByText() local
534 NotifyOfPivotChange(startPosition, oldStart, oldEnd, in MovePreviousByText()
622 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePivotInternal() local
625 return NotifyOfPivotChange(oldPosition, oldStart, oldEnd, aReason, in MovePivotInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/base/
H A DnsAccessiblePivot.cpp102 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetPosition() local
104 NotifyOfPivotChange(position, oldStart, oldEnd, in SetPosition()
182 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in SetTextRange() local
187 NotifyOfPivotChange(acc, oldStart, oldEnd, in SetTextRange()
414 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MoveNextByText() local
418 NotifyOfPivotChange(startPosition, oldStart, oldEnd, in MoveNextByText()
545 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePreviousByText() local
550 NotifyOfPivotChange(startPosition, oldStart, oldEnd, in MovePreviousByText()
648 int32_t oldStart = mStartOffset, oldEnd = mEndOffset; in MovePivotInternal() local
651 return NotifyOfPivotChange(oldPosition, oldStart, oldEnd, aReason, in MovePivotInternal()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/automation_spark/src/spark/automation/tabularData/
H A DRichEditableTextTabularData.as79 private var oldEnd:int;
136 if (_values && oldStart == start && oldEnd == end)
150 oldEnd = end;

12345678910>>...17