Home
last modified time | relevance | path

Searched refs:tempStart (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DPivot.cpp239 tempStart = 0; in NextText()
242 tempStart += childOffset; in NextText()
329 tempStart = potentialStart > tempStart ? potentialStart : currentEnd; in NextText()
348 tempStart = tempEnd = -1; in NextText()
352 *aStartOffset = tempStart; in NextText()
372 if (tempStart == -1) { in PrevText()
374 tempEnd = tempStart; in PrevText()
376 tempStart += childOffset; in PrevText()
402 if (tempStart == -1) { in PrevText()
413 if (tempStart == 0) { in PrevText()
[all …]
/dports/www/firefox/firefox-99.0/accessible/base/
H A DPivot.cpp259 tempStart = 0; in NextText()
262 tempStart += childOffset; in NextText()
350 tempStart = potentialStart > tempStart ? potentialStart : currentEnd; in NextText()
369 tempStart = tempEnd = -1; in NextText()
373 *aStartOffset = tempStart; in NextText()
399 if (tempStart == -1) { in PrevText()
401 tempEnd = tempStart; in PrevText()
403 tempStart += childOffset; in PrevText()
429 if (tempStart == -1) { in PrevText()
441 if (tempStart == 0) { in PrevText()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DPivot.cpp258 tempStart = 0; in NextText()
261 tempStart += childOffset; in NextText()
349 tempStart = potentialStart > tempStart ? potentialStart : currentEnd; in NextText()
368 tempStart = tempEnd = -1; in NextText()
372 *aStartOffset = tempStart; in NextText()
398 if (tempStart == -1) { in PrevText()
400 tempEnd = tempStart; in PrevText()
402 tempStart += childOffset; in PrevText()
428 if (tempStart == -1) { in PrevText()
439 if (tempStart == 0) { in PrevText()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/base/
H A DPivot.cpp258 tempStart = 0; in NextText()
261 tempStart += childOffset; in NextText()
349 tempStart = potentialStart > tempStart ? potentialStart : currentEnd; in NextText()
368 tempStart = tempEnd = -1; in NextText()
372 *aStartOffset = tempStart; in NextText()
398 if (tempStart == -1) { in PrevText()
400 tempEnd = tempStart; in PrevText()
402 tempStart += childOffset; in PrevText()
428 if (tempStart == -1) { in PrevText()
439 if (tempStart == 0) { in PrevText()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/base/
H A DnsAccessiblePivot.cpp339 tempStart = tempEnd = -1; in MoveNextByText()
349 tempStart = tempEnd = -1; in MoveNextByText()
374 tempStart = potentialStart > tempStart ? potentialStart : currentEnd; in MoveNextByText()
393 tempStart = tempEnd = -1; in MoveNextByText()
402 mStartOffset = tempStart; in MoveNextByText()
437 if (tempStart == -1) { in MovePreviousByText()
443 tempStart = 0; in MovePreviousByText()
448 if (tempStart == 0) { in MovePreviousByText()
460 tempStart = tempEnd = in MovePreviousByText()
496 if (newStart < tempStart) in MovePreviousByText()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/base/
H A DnsAccessiblePivot.cpp328 tempStart = tempEnd = -1; in MoveNextByText()
364 tempStart = tempEnd = -1; in MoveNextByText()
388 tempStart = potentialStart > tempStart ? potentialStart : currentEnd; in MoveNextByText()
407 tempStart = tempEnd = -1; in MoveNextByText()
416 mStartOffset = tempStart; in MoveNextByText()
447 tempStart = tempEnd = -1; in MovePreviousByText()
454 if (tempStart == -1) { in MovePreviousByText()
459 tempStart = 0; in MovePreviousByText()
464 if (tempStart == 0) { in MovePreviousByText()
512 if (newStart < tempStart) in MovePreviousByText()
[all …]
/dports/editors/nedit/nedit-5.7/source/
H A DtextDrag.c221 text = BufGetRange(origBuf, tempStart, tempEnd); in BlockDragSelection()
261 BufClearRect(tempBuf, origSelLineStart-tempStart, in BlockDragSelection()
262 origSelLineEnd-tempStart, origSel->rectStart, in BlockDragSelection()
272 BufRemove(tempBuf, origSel->start - tempStart, in BlockDragSelection()
273 origSel->end - tempStart); in BlockDragSelection()
315 referenceLine, insLineNum) + tempStart; in BlockDragSelection()
316 if (insLineStart - tempStart == tempBuf->length) in BlockDragSelection()
318 tempStart; in BlockDragSelection()
326 column) + tempStart; in BlockDragSelection()
354 BufInsert(tempBuf, insStart - tempStart, insText); in BlockDragSelection()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/ffmpeg/
H A Dtiio_ffmpeg.cpp421 QString tempStart; in getFramesFromMovie() local
423 tempStart = "In0001." + m_intermediateFormat; in getFramesFromMovie()
424 tempStart = tempPath + tempStart; in getFramesFromMovie()
427 tempStart = tempPath + "In" + number + "." + m_intermediateFormat; in getFramesFromMovie()
431 if (!TSystem::doesExistFileOrLevel(TFilePath(tempStart))) { in getFramesFromMovie()
471 QString tempStart; in getGifFrameCount() local
472 tempStart = "In0001." + m_intermediateFormat; in getGifFrameCount()
473 tempStart = tempPath + tempStart; in getGifFrameCount()
474 while (TSystem::doesExistFileOrLevel(TFilePath(tempStart))) { in getGifFrameCount()
477 tempStart = tempPath + "In" + number + "." + m_intermediateFormat; in getGifFrameCount()
/dports/devel/icu/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/devel/icu-lx/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dstrrepl.cpp143 int32_t tempStart = text.length(); // start of temp buffer in replace() local
144 int32_t destStart = tempStart; // copy new text to here in replace()
147 text.copy(start-len, start, tempStart); in replace()
151 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
196 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dstrrepl.cpp145 int32_t tempStart = text.length(); // start of temp buffer in replace() local
146 int32_t destStart = tempStart; // copy new text to here in replace()
149 text.copy(start-len, start, tempStart); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dstrrepl.cpp143 int32_t tempStart = text.length(); // start of temp buffer in replace() local
144 int32_t destStart = tempStart; // copy new text to here in replace()
147 text.copy(start-len, start, tempStart); in replace()
151 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
196 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5UTF16BufferCppSupplement.h18 int32_t tempStart = start;
24 aOther->start = tempStart;
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5UTF16BufferCppSupplement.h18 int32_t tempStart = start; in Swap() local
24 aOther->start = tempStart; in Swap()

12