stringHashCode

fun stringHashCode(text: CharArray, offset: Int, len: Int): Int

Computes hashcode over a slice of a char[] like Java's String does.