OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_uhash_find
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/common/
uhash.c
42
* 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
(hash, keyholder, hash->keyHasher(keyholder))->value.pointer
[
all
...]
Completed in 157 milliseconds