Home
last modified time | relevance | path

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

/external/flatbuffers/java/com/google/flatbuffers/
DUtf8.java87 public static int encodeUtf8CodePoint(CharSequence in, int start, byte[] out) { in encodeUtf8CodePoint() method in Utf8
DFlexBuffers.java1014 int sizeInBuff = Utf8.encodeUtf8CodePoint(other, otherPos, comparisonBuffer); in compareCharSequence()
/external/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
DFlexBuffers.kt889 val sizeInBuff = Utf8.encodeUtf8CodePoint(other, otherPos, comparisonBuffer) in toString()