HomeSort by relevance Sort by last modified time
    Searched defs:arraycopy (Results 351 - 375 of 1254) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TrieBuilder.java 189 System.arraycopy(table.m_index_, 0, m_index_, 0, m_indexLength_);
193 System.arraycopy(table.m_map_, 0, m_map_, 0, m_map_.length);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
CharSequences.java 306 System.arraycopy(result, 0, shortResult, 0, j);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeDecompressor.java 143 System.arraycopy(temp, 0, result, 0, charCount);
203 System.arraycopy(byteBuffer, byteBufferStart,
277 System.arraycopy(byteBuffer, bytePos,
329 System.arraycopy(byteBuffer, bytePos,
355 System.arraycopy(byteBuffer, bytePos,
386 System.arraycopy(byteBuffer, bytePos,
405 System.arraycopy(byteBuffer, bytePos,
441 System.arraycopy(byteBuffer, bytePos,
462 System.arraycopy(byteBuffer, bytePos,
493 System.arraycopy(byteBuffer, bytePos
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrieBuilder.java 168 System.arraycopy(bytes, bytes.length-bytesLength,
209 System.arraycopy(b, 0, bytes, bytes.length-bytesLength, length);
CharsTrieBuilder.java 146 System.arraycopy(chars, chars.length-charsLength,
187 System.arraycopy(s, 0, chars, chars.length-charsLength, length);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
Lookup.java 64 System.arraycopy(subtables, 0, newSubtables, 0, subtables.length);
OpenTypeTableWriter.java 96 System.arraycopy(data, 0, newData, 0, data.length);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
SourceNodeImpl.java 66 System.arraycopy(lines, 0, newLines, offset - newFirst,
  /external/javassist/src/main/javassist/bytecode/
ByteStream.java 46 System.arraycopy(data, off, buf, count, len);
176 System.arraycopy(buf, 0, buf2, 0, count);
189 System.arraycopy(buf, 0, newBuf, 0, count);
  /external/javassist/src/main/javassist/bytecode/analysis/
Frame.java 152 System.arraycopy(locals, 0, frame.locals, 0, locals.length);
153 System.arraycopy(stack, 0, frame.stack, 0, stack.length);
166 System.arraycopy(stack, 0, frame.stack, 0, stack.length);
  /external/javassist/src/main/javassist/tools/web/
Viewer.java 61 System.arraycopy(args, 3, args2, 0, args.length - 3);
197 System.arraycopy(buf, 0, newbuf, 0, size);
205 System.arraycopy(buf, 0, result, 0, size);
  /external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
Decoder.java 53 System.arraycopy(buf, 0, tmp, 0, buf.length);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SimpleInputStream.java 73 System.arraycopy(filterBuf, pos, buf, off, copySize);
84 System.arraycopy(filterBuf, pos, filterBuf, 0,
SimpleOutputStream.java 61 System.arraycopy(buf, off, filterBuf, pos + unfiltered, copySize);
85 System.arraycopy(filterBuf, pos, filterBuf, 0, unfiltered);
UncompressedLZMA2OutputStream.java 60 System.arraycopy(buf, off, uncompBuf, uncompPos, copySize);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
LZDecoder.java 33 System.arraycopy(presetDict, presetDict.length - pos, buf, 0, pos);
121 System.arraycopy(buf, start, out, outOff, copySize);
LZEncoder.java 162 System.arraycopy(presetDict, offset, buf, 0, copySize);
178 System.arraycopy(buf, moveOffset, buf, 0, moveSize);
200 System.arraycopy(in, off, buf, writePos, len);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoFile.java 131 System.arraycopy(type, 0, result, 0, Math.min(type.length, 4));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleDataBox.java 61 System.arraycopy(data, 0, this.data, 0, data.length);
65 System.arraycopy(fourBytes, 0, this.fourBytes, 0, 4);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
CroppedTrack.java 62 System.arraycopy(decodingTimes, fromSample, nuDecodingTimes, 0, toSample - fromSample);
85 System.arraycopy(compositionTime, fromSample, nuCompositionTimes, 0, toSample - fromSample);
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
ObjectInputStreamInstantiator.java 143 System.arraycopy(data, pointer, b, off, remaining);
150 System.arraycopy(data, pointer, b, off, left);
  /external/okhttp/okio/okio/src/main/java/okio/
SegmentedByteString.java 149 System.arraycopy(segments[s], segmentPos, result, segmentOffset,
  /external/proguard/src/proguard/classfile/attribute/visitor/
MultiAttributeVisitor.java 68 System.arraycopy(attributeVisitors, 0,
  /external/proguard/src/proguard/classfile/editor/
ConstantAdder.java 155 System.arraycopy(referencedClasses, 0,
  /external/proguard/src/proguard/evaluation/
Variables.java 100 System.arraycopy(other.values, 0, this.values, 0, other.size);

Completed in 1481 milliseconds

<<11121314151617181920>>