Home
last modified time | relevance | path

Searched defs:encodeUtf8CodePoint (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/java/com/google/flatbuffers/
DUtf8.java87 public static int encodeUtf8CodePoint(CharSequence in, int start, byte[] out) { in encodeUtf8CodePoint() method in Utf8
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DUtf8.kt205 public fun encodeUtf8CodePoint(input: CharSequence, start: Int, out: ByteArray): Int { in isNotTrailingByte() method