OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uhash_find
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/test/cintltst/
chashtst.c
182
if(
uhash_find
(hash, (void*)two) != NULL){
183
log_err("FAIL:
uhash_find
failed\n");
198
if(
uhash_find
(hash, (void*)two2) == NULL){
199
log_err("FAIL:
uhash_find
of \"two\" failed\n");
/external/icu/icu4c/source/common/
unifiedcache.cpp
248
const UHashElement *element =
uhash_find
(fHashtable, &key);
278
const UHashElement *element =
uhash_find
(fHashtable, &key);
281
element =
uhash_find
(fHashtable, &key);
hash.h
187
return
uhash_find
(hash, &key);
stringtriebuilder.cpp
326
const UHashElement *old=
uhash_find
(nodes, newNode);
332
// registered node, then
uhash_find
() failed to find that and we will leak newNode.
351
const UHashElement *old=
uhash_find
(nodes, &key);
361
// registered node, then
uhash_find
() failed to find that and we will leak newNode.
uhash.h
486
uhash_find
(const UHashtable *hash, const void* key);
uhash.c
771
uhash_find
(const UHashtable *hash, const void* key) {
function
/external/icu/icu4c/source/common/unicode/
urename.h
934
#define
uhash_find
macro
[
all
...]
Completed in 138 milliseconds