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

<<21222324252627282930>>

  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Shorts.java 278 System.arraycopy(array, 0, result, pos, array.length);
348 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
579 System.arraycopy(array, start, result, 0, size);
  /external/guava/guava-tests/benchmark/com/google/common/base/
CharMatcherBenchmark.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DateNumberFormat.java 91 System.arraycopy(elems, 0, digits, 0, 10);
IntTrieBuilder.java 50 System.arraycopy(table.m_data_, 0, m_data_, 0, m_dataLength_);
267 System.arraycopy(m_data_, 0, data, 0, m_dataLength_);
540 System.arraycopy(m_data_, Math.abs(indexValue), m_data_, newBlock,
677 System.arraycopy(index, 0xd800 >> SHIFT_, leadIndexes, 0,
739 System.arraycopy(index, c >> SHIFT_, index, indexLength,
764 System.arraycopy(index, BMP_INDEX_LENGTH_, index,
767 System.arraycopy(leadIndexes, 0, index, BMP_INDEX_LENGTH_,
PropsVectors.java 228 System.arraycopy(v, 0, temp, 0, rows * columns);
237 System.arraycopy(v, lastRow + columns, v, lastRow
247 System.arraycopy(v, firstRow, v, firstRow + columns, count);
258 System.arraycopy(v, lastRow, v, lastRow + columns, columns);
309 System.arraycopy(v, rowIndex * columns + 2, rowToReturn, 0,
459 System.arraycopy(v, indexArray[i].intValue() + 2, temp, count,
Punycode.java 417 System.arraycopy(caseFlags, codeUnitIndex,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BreakTransliterator.java 110 System.arraycopy(boundaries, 0, temp, 0, boundaries.length);
DictionaryBreakEngine.java 108 System.arraycopy(data, 0, newData, 0, data.length);
LocaleDisplayNames.java 432 System.arraycopy(contexts, 0, this.contexts, 0, contexts.length);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BasicTimeZone.java 317 System.arraycopy(times, idx, newtimes, 0, asize);
CompactByteArray.java 225 System.arraycopy(values, iBlockStart,
242 System.arraycopy(values, 0, result, 0, newSize);
CompactCharArray.java 253 System.arraycopy(target, 0, result, 0, newSize);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
PunycodeReference.java 372 System.arraycopy(case_flags, i, case_flags, i + 1, out - i);
377 System.arraycopy(output, i, output, i + 1, (out - i));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DateNumberFormat.java 87 System.arraycopy(elems, 0, digits, 0, 10);
IntTrieBuilder.java 48 System.arraycopy(table.m_data_, 0, m_data_, 0, m_dataLength_);
265 System.arraycopy(m_data_, 0, data, 0, m_dataLength_);
538 System.arraycopy(m_data_, Math.abs(indexValue), m_data_, newBlock,
675 System.arraycopy(index, 0xd800 >> SHIFT_, leadIndexes, 0,
737 System.arraycopy(index, c >> SHIFT_, index, indexLength,
762 System.arraycopy(index, BMP_INDEX_LENGTH_, index,
765 System.arraycopy(leadIndexes, 0, index, BMP_INDEX_LENGTH_,
PropsVectors.java 226 System.arraycopy(v, 0, temp, 0, rows * columns);
235 System.arraycopy(v, lastRow + columns, v, lastRow
245 System.arraycopy(v, firstRow, v, firstRow + columns, count);
256 System.arraycopy(v, lastRow, v, lastRow + columns, columns);
307 System.arraycopy(v, rowIndex * columns + 2, rowToReturn, 0,
457 System.arraycopy(v, indexArray[i].intValue() + 2, temp, count,
Punycode.java 415 System.arraycopy(caseFlags, codeUnitIndex,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryBreakEngine.java 107 System.arraycopy(data, 0, newData, 0, data.length);
LocaleDisplayNames.java 466 System.arraycopy(contexts, 0, this.contexts, 0, contexts.length);
UnicodeCompressor.java 335 System.arraycopy(temp, 0, result, 0, byteCount);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CompactByteArray.java 223 System.arraycopy(values, iBlockStart,
240 System.arraycopy(values, 0, result, 0, newSize);
CompactCharArray.java 251 System.arraycopy(target, 0, result, 0, newSize);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
BreakTransliterator.java 109 System.arraycopy(boundaries, 0, temp, 0, boundaries.length);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java 371 System.arraycopy(case_flags, i, case_flags, i + 1, out - i);
376 System.arraycopy(output, i, output, i + 1, (out - i));
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
LigatureTree.java 130 System.arraycopy(subnodes, 0, nnodes, 0, i);
136 System.arraycopy(subnodes, i, nnodes, i + 1, subnodes.length - i);

Completed in 972 milliseconds

<<21222324252627282930>>