Home
last modified time | relevance | path

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

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