Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DCaseMapper.java169 char[] newoutput = new char[output.length + (count / 6) + 2]; in toUpperCase() local
192 char[] newoutput = new char[output.length + (count / 6) + 3]; in toUpperCase() local