Home
last modified time | relevance | path

Searched refs:hashUtf8String (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c51 static int32 hashUtf8String PARAMS ((const char *, int));
771 hashUtf8String (str, len) in hashUtf8String() function
919 name_hash = hashUtf8String (name_ptr, name_len) & 0xFFFF;
H A DChangeLog9095 * class.c (build_java_method_type, hashUtf8String,
9099 (hashUtf8String): Const-ify.
12288 * class.c (hashUtf8String): Fix - use new JavaSoft specification.
14221 * class.c (hashUtf8String): Make hash algorithm match String.hashCode.
14693 hashUtf8String, strLengthUtf8, mangled_classname: