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

  /external/chromium_org/third_party/icu/source/common/
uhash.c 115 #define IS_EMPTY_OR_DELETED(x) ((x) < 0)
182 U_ASSERT(!IS_EMPTY_OR_DELETED(e->hashcode));
348 } else if (!IS_EMPTY_OR_DELETED(tableHash)) {
420 if (!IS_EMPTY_OR_DELETED(old[i].hashcode)) {
449 if (!IS_EMPTY_OR_DELETED(e->hashcode)) {
497 if (IS_EMPTY_OR_DELETED(e->hashcode)) {
775 return IS_EMPTY_OR_DELETED(e->hashcode) ? NULL : e;
786 if (!IS_EMPTY_OR_DELETED(hash->elements[i].hashcode)) {
800 if (!IS_EMPTY_OR_DELETED(e->hashcode)) {
    [all...]
  /external/icu/icu4c/source/common/
uhash.c 116 #define IS_EMPTY_OR_DELETED(x) ((x) < 0)
183 U_ASSERT(!IS_EMPTY_OR_DELETED(e->hashcode));
349 } else if (!IS_EMPTY_OR_DELETED(tableHash)) {
421 if (!IS_EMPTY_OR_DELETED(old[i].hashcode)) {
450 if (!IS_EMPTY_OR_DELETED(e->hashcode)) {
498 if (IS_EMPTY_OR_DELETED(e->hashcode)) {
776 return IS_EMPTY_OR_DELETED(e->hashcode) ? NULL : e;
787 if (!IS_EMPTY_OR_DELETED(hash->elements[i].hashcode)) {
801 if (!IS_EMPTY_OR_DELETED(e->hashcode)) {

Completed in 42 milliseconds