Searched defs:toCodePoint (Results 1 – 3 of 3) sorted by relevance
408 private fun toCodePoint(high: Char, low: Char): Int = (high.toInt() shl 10) + low.toInt() + method
6168 public static final int toCodePoint(char high, char low) { in toCodePoint() method in UCharacter
5527 public static final int toCodePoint(char high, char low) { in toCodePoint() method in UCharacter