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

<<31323334353637383940>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 59 System.arraycopy(buffer, 0, newBuffer, 0, length);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ArabicShaping.java     [all...]
Collator.java 763 System.arraycopy(codes, 0, args, 0, codesLength);
    [all...]
RuleBasedNumberFormat.java     [all...]
UTF16.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CurrencyTest.java 603 System.arraycopy(test, 2, expected, 0, expected.length);
696 System.arraycopy(PREFERRED[i], 1, expected, 0, expected.length);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 57 System.arraycopy(buffer, 0, newBuffer, 0, length);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundle.java     [all...]
OlsonTimeZone.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ArabicShaping.java     [all...]
RuleBasedNumberFormat.java     [all...]
UTF16.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CurrencyTest.java 602 System.arraycopy(test, 2, expected, 0, expected.length);
695 System.arraycopy(PREFERRED[i], 1, expected, 0, expected.length);
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 706 System.arraycopy(buf, 0, data, pos, len);
743 System.arraycopy(buf, 0, data, pos, len);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 40 System.arraycopy(buffer, 0, b, 0, size);
84 System.arraycopy(buffer, 0, newBuf, 0, size);
    [all...]
ClassFile.java 548 System.arraycopy(interfaces, 0, newarray, 0, n);
  /external/libjpeg-turbo/java/
TJBench.java 314 System.arraycopy(srcBuf, w * ps * i, tmpBuf, pitch * i, w * ps);
586 System.arraycopy(srcBuf, 0, jpegBuf[0], 0, srcSize);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 640 System.arraycopy(rlbytes, 0, retval, 0, rlbytes.length);
641 System.arraycopy(superbytes, 0, retval, rlbytes.length, superbytes.length);
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 440 System.arraycopy(code, 0, codeAttribute.code, 0, codeLength);
455 System.arraycopy(exceptionTable, 0, codeAttribute.exceptionTable, 0, exceptionTableLength);
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ByteString.java 95 * {@code System.arraycopy} is nullification of a new buffer before the copy. It has been shown
109 /** Implementation of {@code ByteArrayCopier} which uses {@link System#arraycopy}. */
114 System.arraycopy(bytes, offset, copy, 0, size);
    [all...]
CodedInputStream.java     [all...]
FieldSet.java 513 System.arraycopy(bytes, 0, copy, 0, bytes.length);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ByteStringTest.java 345 System.arraycopy(data, pos, buf, offset, count);
CodedInputStreamTest.java 149 System.arraycopy(data, 0, longerData, 0, data.length);

Completed in 1465 milliseconds

<<31323334353637383940>>