Lines Matching full:hash
79 int hash = 0;
80 hash = LARGE_PRIME * (hash + (int)mContactId);
81 hash = LARGE_PRIME * (hash + (int)mPrimaryId);
82 hash = LARGE_PRIME * (hash + (int)mHomeId);
83 hash = LARGE_PRIME * (hash + (int)mMobileId);
84 hash = LARGE_PRIME * (hash + (int)mWorkId);
85 hash = LARGE_PRIME * (hash + (int)mOtherId);
86 return mName.hashCode() + hash;