Home
last modified time | relevance | path

Searched defs:toCodePoint (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DUtf8.kt412 private fun toCodePoint(high: Char, low: Char): Int = (high.code shl 10) + low.code + method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacter.java5527 public static final int toCodePoint(char high, char low) { in toCodePoint() method in UCharacter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java6351 public static final int toCodePoint(int high, int low) { in toCodePoint() method in UCharacter