Searched refs:_uhash_find (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Duhash.c42 * The central function is _uhash_find(). This function looks for a
46 * more complicated, since all callers of _uhash_find() would then
331 _uhash_find(const UHashtable *hash, UHashTok key, function
422 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode);
446 UHashElement* e = _uhash_find(hash, key, hash->keyHasher(key));
495 e = _uhash_find(hash, key, hashcode);
500 * do so, then _uhash_find() will return NULL, and we'll have
501 * to check for NULL after every call to _uhash_find(). To
645 return _uhash_find(hash, keyholder, hash->keyHasher(keyholder))->value.pointer;
653 return _uhash_find(has
[all...]

Completed in 77 milliseconds