HomeSort by relevance Sort by last modified time
    Searched full:charscopy (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/libs/minikin/
Layout.cpp 128 uint16_t* charsCopy = new uint16_t[mNchars];
129 memcpy(charsCopy, mChars, mNchars * sizeof(uint16_t));
130 mChars = charsCopy;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
CharBufferTest.java 42 char[] charscopy = new char[chars.length]; local
43 System.arraycopy(chars, 0, charscopy, 0, chars.length);
44 buf = CharBuffer.wrap(charscopy);

Completed in 396 milliseconds