Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java280 final boolean downCase) { in copyCodePointsAndReturnCodePointCount() argument
287 destination[destIndex] = downCase ? Character.toLowerCase(codePoint) : codePoint; in copyCodePointsAndReturnCodePointCount()