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

/external/chromium_org/third_party/icu/source/common/
H A Duhash.c336 int32_t tableHash; local
343 tableHash = elements[theIndex].hashcode;
344 if (tableHash == hashcode) { /* quick check */
348 } else if (!IS_EMPTY_OR_DELETED(tableHash)) {
353 } else if (tableHash == HASH_EMPTY) { /* empty, end o' the line */
370 } else if (tableHash != HASH_EMPTY) {
/external/icu4c/common/
H A Duhash.c337 int32_t tableHash; local
344 tableHash = elements[theIndex].hashcode;
345 if (tableHash == hashcode) { /* quick check */
349 } else if (!IS_EMPTY_OR_DELETED(tableHash)) {
354 } else if (tableHash == HASH_EMPTY) { /* empty, end o' the line */
371 } else if (tableHash != HASH_EMPTY) {

Completed in 116 milliseconds