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

  /external/chromium_org/third_party/icu/source/common/
uhash.c 336 int32_t tableHash;
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) {
    [all...]
  /external/icu4c/common/
uhash.c 337 int32_t tableHash;
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 1591 milliseconds