Searched refs:codePoint (Results 1 – 1 of 1) sorted by relevance
49 int codePoint = input.codePointAt(i); in truncateString() local51 new String(Character.toChars(codePoint)).getBytes(StandardCharsets.UTF_8); in truncateString()54 result.append(Character.toChars(codePoint)); in truncateString()56 i += Character.charCount(codePoint); // Move to the next code point in truncateString()