Home
last modified time | relevance | path

Searched refs:codePoint (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/resultdb/
DResultDBUtil.java49 int codePoint = input.codePointAt(i); in truncateString() local
51 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()