Home
last modified time | relevance | path

Searched refs:destIndex (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java281 int destIndex = 0; in copyCodePointsAndReturnCodePointCount() local
287 destination[destIndex] = downCase ? Character.toLowerCase(codePoint) : codePoint; in copyCodePointsAndReturnCodePointCount()
288 destIndex++; in copyCodePointsAndReturnCodePointCount()
290 return destIndex; in copyCodePointsAndReturnCodePointCount()