Here you can find the source of toLowerCase(int u)
public static int toLowerCase(int u)
//package com.java2s; //License from project: Apache License public class Main { public static int toLowerCase(int u) { return (u + 32); }/* www . java2 s . c o m*/ }