Searched refs:encodeUtf8CodePoint (Results 1 – 4 of 4) sorted by relevance
87 public static int encodeUtf8CodePoint(CharSequence in, int start, byte[] out) { in encodeUtf8CodePoint() method in Utf8
1014 int sizeInBuff = Utf8.encodeUtf8CodePoint(other, otherPos, comparisonBuffer); in compareCharSequence()
205 public fun encodeUtf8CodePoint(input: CharSequence, start: Int, out: ByteArray): Int { in isNotTrailingByte() method
889 val sizeInBuff = Utf8.encodeUtf8CodePoint(other, otherPos, comparisonBuffer) in toString()