HomeSort by relevance Sort by last modified time
    Searched refs:_uhash_find (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uhash.c 41 * The central function is _uhash_find(). This function looks for a
45 * more complicated, since all callers of _uhash_find() would then
330 _uhash_find(const UHashtable *hash, UHashTok key, function
421 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode);
445 UHashElement* e = _uhash_find(hash, key, hash->keyHasher(key));
494 e = _uhash_find(hash, key, hashcode);
499 * do so, then _uhash_find() will return NULL, and we'll have
500 * to check for NULL after every call to _uhash_find(). To
644 return _uhash_find(hash, keyholder, hash->keyHasher(keyholder))->value.pointer;
652 return _uhash_find(hash, keyholder, hash->keyHasher(keyholder))->value.pointer
    [all...]
  /external/icu4c/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 27 milliseconds