Home
last modified time | relevance | path

Searched refs:string_hash (Results 1 – 3 of 3) sorted by relevance

/external/dbus/dbus/
Ddbus-hash.c241 static unsigned int string_hash (const char *str);
864 string_hash (const char *str) in string_hash() function
950 idx = string_hash (key) & table->mask; in find_string_function()
1107 idx = string_hash (entry->key) & table->mask; in rebuild_table()
/external/icu4c/tools/genrb/
Dreslist.c887 string_hash(const UHashTok key) { in string_hash() function
922 bundle->fStringSet = uhash_open(string_hash, string_comp, string_comp, &localStatus); in string_open()
/external/dbus/
DChangeLog9921 (string_hash): change to use g_str_hash algorithm