Searched refs:downCase (Results 1 – 1 of 1) sorted by relevance
280 final boolean downCase) { in copyCodePointsAndReturnCodePointCount() argument287 destination[destIndex] = downCase ? Character.toLowerCase(codePoint) : codePoint; in copyCodePointsAndReturnCodePointCount()