Home
last modified time | relevance | path

Searched defs:dstCopy (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DInputPointersTests.java155 final InputPointers dstCopy = new InputPointers(DEFAULT_CAPACITY); in testAppend() local
224 final InputPointers dstCopy = new InputPointers(DEFAULT_CAPACITY); in testAppendResizableIntArray() local
DResizableIntArrayTests.java231 final ResizableIntArray dstCopy = new ResizableIntArray(dst.getLength()); in testAppend() local