Searched defs:encodedLength (Results 1 – 6 of 6) sorted by relevance
52 public int encodedLength(CharSequence in) { in encodedLength() method in Utf8Old
277 public int encodedLength(CharSequence in) { in encodedLength() method in Utf8Safe
39 public abstract int encodedLength(CharSequence sequence); in encodedLength() method in Utf8
42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
89 public fun encodedLength(sequence: CharSequence): Int = computeEncodedLength(sequence) in encodedLength() method
239 static int encodedLength(CharSequence sequence) { in encodedLength() method in Utf8