Home
last modified time | relevance | path

Searched refs:tableHash (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Duhash.cpp339 int32_t tableHash; in _uhash_find() local
346 tableHash = elements[theIndex].hashcode; in _uhash_find()
347 if (tableHash == hashcode) { /* quick check */ in _uhash_find()
351 } else if (!IS_EMPTY_OR_DELETED(tableHash)) { in _uhash_find()
356 } else if (tableHash == HASH_EMPTY) { /* empty, end o' the line */ in _uhash_find()
373 } else if (tableHash != HASH_EMPTY) { in _uhash_find()