Searched refs:_uhash_find (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | 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 336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() function 426 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode); in _uhash_rehash() 450 UHashElement* e = _uhash_find(hash, key, hash->keyHasher(key)); in _uhash_remove() 500 e = _uhash_find(hash, key, hashcode); in _uhash_put() 505 * do so, then _uhash_find() will return NULL, and we'll have in _uhash_put() 506 * to check for NULL after every call to _uhash_find(). To in _uhash_put() 666 return _uhash_find(hash, keyholder, hash->keyHasher(keyholder))->value.pointer; in uhash_get() 674 return _uhash_find(has in uhash_iget() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | 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 336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() function 426 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode); in _uhash_rehash() 450 UHashElement* e = _uhash_find(hash, key, hash->keyHasher(key)); in _uhash_remove() 500 e = _uhash_find(hash, key, hashcode); in _uhash_put() 505 * do so, then _uhash_find() will return nullptr, and we'll have in _uhash_put() 506 * to check for nullptr after every call to _uhash_find(). To in _uhash_put() 666 return _uhash_find(hash, keyholder, hash->keyHasher(keyholder))->value.pointer; in uhash_get() 674 return _uhash_find(has in uhash_iget() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | 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 336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find() function 426 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode); in _uhash_rehash() 450 UHashElement* e = _uhash_find(hash, key, hash->keyHasher(key)); in _uhash_remove() 500 e = _uhash_find(hash, key, hashcode); in _uhash_put() 505 * do so, then _uhash_find() will return NULL, and we'll have in _uhash_put() 506 * to check for NULL after every call to _uhash_find(). To in _uhash_put() 666 return _uhash_find(hash, keyholder, hash->keyHasher(keyholder))->value.pointer; in uhash_get() 674 return _uhash_find(has in uhash_iget() [all...] |
Completed in 6 milliseconds