Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Duhash.cpp342 int32_t tableHash; in _uhash_find() local
349 tableHash = elements[theIndex].hashcode; in _uhash_find()
350 if (tableHash == hashcode) { /* quick check */ in _uhash_find()
354 } else if (!IS_EMPTY_OR_DELETED(tableHash)) { in _uhash_find()
359 } else if (tableHash == HASH_EMPTY) { /* empty, end o' the line */ in _uhash_find()
376 } else if (tableHash != HASH_EMPTY) { in _uhash_find()
/third_party/node/deps/icu-small/source/common/
H A Duhash.cpp342 int32_t tableHash; in _uhash_find() local
349 tableHash = elements[theIndex].hashcode; in _uhash_find()
350 if (tableHash == hashcode) { /* quick check */ in _uhash_find()
354 } else if (!IS_EMPTY_OR_DELETED(tableHash)) { in _uhash_find()
359 } else if (tableHash == HASH_EMPTY) { /* empty, end o' the line */ in _uhash_find()
376 } else if (tableHash != HASH_EMPTY) { in _uhash_find()
/third_party/skia/third_party/externals/icu/source/common/
H A Duhash.cpp342 int32_t tableHash; in _uhash_find() local
349 tableHash = elements[theIndex].hashcode; in _uhash_find()
350 if (tableHash == hashcode) { /* quick check */ in _uhash_find()
354 } else if (!IS_EMPTY_OR_DELETED(tableHash)) { in _uhash_find()
359 } else if (tableHash == HASH_EMPTY) { /* empty, end o' the line */ in _uhash_find()
376 } else if (tableHash != HASH_EMPTY) { in _uhash_find()

Completed in 5 milliseconds