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.cpp
44
* The central function is
_uhash_find
(). This function looks for a
48
* more complicated, since all callers of
_uhash_find
() would then
333
_uhash_find
(const UHashtable *hash, UHashTok key,
function
424
UHashElement *e =
_uhash_find
(hash, old[i].key, old[i].hashcode);
448
UHashElement* e =
_uhash_find
(hash, key, hash->keyHasher(key));
497
e =
_uhash_find
(hash, key, hashcode);
502
* do so, then
_uhash_find
() will return NULL, and we'll have
503
* to check for NULL after every call to
_uhash_find
(). To
663
return
_uhash_find
(hash, keyholder, hash->keyHasher(keyholder))->value.pointer;
671
return
_uhash_find
(hash, keyholder, hash->keyHasher(keyholder))->value.pointer
[
all
...]
Completed in 102 milliseconds