Home
last modified time | relevance | path

Searched refs:oldLength (Results 1 – 25 of 1307) sorted by relevance

12345678910>>...53

/dports/science/jmol/jmol-14.32.7/src/javajs/util/
H A DAU.java134 if (newLength == oldLength) in arrayCopyObject()
143 if (oldLength > 0) in arrayCopyObject()
144 System.arraycopy(array, 0, t, 0, oldLength < newLength ? oldLength in arrayCopyObject()
197 System.arraycopy(array, 0, t, 0, oldLength < newLength ? oldLength in arrayCopyS()
207 System.arraycopy(array, 0, t, 0, oldLength < newLength ? oldLength in arrayCopyII()
219 System.arraycopy(array, 0, t, 0, oldLength < newLength ? oldLength in arrayCopyPt()
236 System.arraycopy(array, 0, t, 0, oldLength < newLength ? oldLength in arrayCopyF()
253 System.arraycopy(array, 0, t, 0, oldLength < newLength ? oldLength in arrayCopyI()
316 System.arraycopy(array, 0, t, 0, oldLength < newLength ? oldLength in arrayCopyShort()
333 System.arraycopy(array, 0, t, 0, oldLength < newLength ? oldLength in arrayCopyByte()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/event/
H A DEventListenerList.java140 int oldLength; in add() local
149 oldLength = listenerList.length; in add()
150 newList = new Object[oldLength + 2]; in add()
151 if (oldLength > 0) in add()
154 newList[oldLength] = t; in add()
155 newList[oldLength + 1] = listener; in add()
254 int oldLength; in remove() local
263 oldLength = oldList.length; in remove()
264 for (int i = 0; i < oldLength; i += 2) in remove()
267 if (oldLength == 2) in remove()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/event/
H A DEventListenerList.java140 int oldLength; in add() local
149 oldLength = listenerList.length; in add()
150 newList = new Object[oldLength + 2]; in add()
151 if (oldLength > 0) in add()
154 newList[oldLength] = t; in add()
155 newList[oldLength + 1] = listener; in add()
254 int oldLength; in remove() local
263 oldLength = oldList.length; in remove()
264 for (int i = 0; i < oldLength; i += 2) in remove()
267 if (oldLength == 2) in remove()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/event/
H A DEventListenerList.java141 int oldLength; in add() local
150 oldLength = listenerList.length; in add()
151 newList = new Object[oldLength + 2]; in add()
152 if (oldLength > 0) in add()
155 newList[oldLength] = t; in add()
156 newList[oldLength + 1] = listener; in add()
255 int oldLength; in remove() local
264 oldLength = oldList.length; in remove()
265 for (int i = 0; i < oldLength; i += 2) in remove()
268 if (oldLength == 2) in remove()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/event/
H A DEventListenerList.java146 int oldLength; in add() local
155 oldLength = listenerList.length; in add()
156 newList = new Object[oldLength + 2]; in add()
157 if (oldLength > 0) in add()
160 newList[oldLength] = t; in add()
161 newList[oldLength + 1] = listener; in add()
264 int oldLength; in remove() local
273 oldLength = oldList.length; in remove()
274 for (int i = 0; i < oldLength; i += 2) in remove()
277 if (oldLength == 2) in remove()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/event/
H A DEventListenerList.java146 int oldLength; in add() local
155 oldLength = listenerList.length; in add()
156 newList = new Object[oldLength + 2]; in add()
157 if (oldLength > 0) in add()
160 newList[oldLength] = t; in add()
161 newList[oldLength + 1] = listener; in add()
264 int oldLength; in remove() local
273 oldLength = oldList.length; in remove()
274 for (int i = 0; i < oldLength; i += 2) in remove()
277 if (oldLength == 2) in remove()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/event/
H A DEventListenerList.java146 int oldLength; in add() local
155 oldLength = listenerList.length; in add()
156 newList = new Object[oldLength + 2]; in add()
157 if (oldLength > 0) in add()
160 newList[oldLength] = t; in add()
161 newList[oldLength + 1] = listener; in add()
264 int oldLength; in remove() local
273 oldLength = oldList.length; in remove()
274 for (int i = 0; i < oldLength; i += 2) in remove()
277 if (oldLength == 2) in remove()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/event/
H A DEventListenerList.java146 int oldLength; in add() local
155 oldLength = listenerList.length; in add()
156 newList = new Object[oldLength + 2]; in add()
157 if (oldLength > 0) in add()
160 newList[oldLength] = t; in add()
161 newList[oldLength + 1] = listener; in add()
264 int oldLength; in remove() local
273 oldLength = oldList.length; in remove()
274 for (int i = 0; i < oldLength; i += 2) in remove()
277 if (oldLength == 2) in remove()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/event/
H A DEventListenerList.java146 int oldLength; in add() local
155 oldLength = listenerList.length; in add()
156 newList = new Object[oldLength + 2]; in add()
157 if (oldLength > 0) in add()
160 newList[oldLength] = t; in add()
161 newList[oldLength + 1] = listener; in add()
264 int oldLength; in remove() local
273 oldLength = oldList.length; in remove()
274 for (int i = 0; i < oldLength; i += 2) in remove()
277 if (oldLength == 2) in remove()
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/devel/icu/icu/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
115 if (writable ? oldLength <= UPRV_LENGTHOF(oldBuffer) : oldLength < US_STACKBUF_SIZE) { in caseMap()
121 u_memcpy(oldBuffer, buffer, oldLength); in caseMap()
135 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
141 oldArray, oldLength, NULL, errorCode); in caseMap()
161 oldString.setTo(FALSE, oldArray, oldLength); in caseMap()
167 oldArray, oldLength, &edits, errorCode); in caseMap()
170 newLength = oldLength + edits.lengthDelta(); in caseMap()
175 doReplace(ei.destinationIndex(), ei.oldLength(), in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/http2/java.net.http/jdk/internal/net/http/hpack/
H A DHeaderTableTest.java86 int oldLength = table.length(); in lowerIndexPriority() local
91 assertEquals(table.length(), oldLength + 3); // more like an assumption in lowerIndexPriority() local
93 assertEquals(i, oldLength + 1); in lowerIndexPriority()
99 int oldLength = table.length(); in indexesAreNotLost2() local
101 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
103 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
105 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
113 int oldLength = table.length(); in lowerIndexPriority2() local
114 int idx = rnd.nextInt(oldLength) + 1; in lowerIndexPriority2()
117 assertEquals(table.length(), oldLength + 1); in lowerIndexPriority2() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/httpclient/http2/java.net.http/jdk/internal/net/http/hpack/
H A DHeaderTableTest.java86 int oldLength = table.length(); in lowerIndexPriority() local
91 assertEquals(table.length(), oldLength + 3); // more like an assumption in lowerIndexPriority() local
93 assertEquals(i, oldLength + 1); in lowerIndexPriority()
99 int oldLength = table.length(); in indexesAreNotLost2() local
101 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
103 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
105 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
113 int oldLength = table.length(); in lowerIndexPriority2() local
114 int idx = rnd.nextInt(oldLength) + 1; in lowerIndexPriority2()
117 assertEquals(table.length(), oldLength + 1); in lowerIndexPriority2() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/http2/java.net.http/jdk/internal/net/http/hpack/
H A DHeaderTableTest.java86 int oldLength = table.length(); in lowerIndexPriority() local
91 assertEquals(table.length(), oldLength + 3); // more like an assumption in lowerIndexPriority() local
93 assertEquals(i, oldLength + 1); in lowerIndexPriority()
99 int oldLength = table.length(); in indexesAreNotLost2() local
101 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
103 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
105 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
113 int oldLength = table.length(); in lowerIndexPriority2() local
114 int idx = rnd.nextInt(oldLength) + 1; in lowerIndexPriority2()
117 assertEquals(table.length(), oldLength + 1); in lowerIndexPriority2() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/httpclient/http2/java.net.http/jdk/internal/net/http/hpack/
H A DHeaderTableTest.java86 int oldLength = table.length(); in lowerIndexPriority() local
91 assertEquals(table.length(), oldLength + 3); // more like an assumption in lowerIndexPriority() local
93 assertEquals(i, oldLength + 1); in lowerIndexPriority()
99 int oldLength = table.length(); in indexesAreNotLost2() local
101 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
103 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
105 assertEquals(table.indexOf("bender", "rodriguez"), oldLength + 1); in indexesAreNotLost2()
113 int oldLength = table.length(); in lowerIndexPriority2() local
114 int idx = rnd.nextInt(oldLength) + 1; in lowerIndexPriority2()
117 assertEquals(table.length(), oldLength + 1); in lowerIndexPriority2() local

12345678910>>...53