Searched defs:newCodePoint (Results 1 – 2 of 2) sorted by relevance
512 int newCodePoint = Character.toTitleCase(firstCodepoint); in capitalize() local552 int newCodePoint = Character.toLowerCase(firstCodepoint); in uncapitalize() local
548 final int newCodePoint = Character.toTitleCase(firstCodepoint); in capitalize() local