Home
last modified time | relevance | path

Searched refs:fHashCode (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dsortkey.cpp55 fHashCode(kEmptyHashCode) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
62 fHashCode(kInvalidHashCode) in CollationKey()
77 fHashCode(other.fHashCode) in CollationKey()
117 fHashCode = kInvalidHashCode; in setLength()
125 fHashCode = kEmptyHashCode; in reset()
135 fHashCode = kBogusHashCode; in setToBogus()
166 fHashCode = other.fHashCode; in operator =()
270 if (fHashCode == kInvalidHashCode) in hashCode()
272 fHashCode = computeHashCode(getBytes(), getLength()); in hashCode()
275 return fHashCode; in hashCode()
/external/icu/icu4c/source/test/intltest/
Dsfwdchit.cpp29 fHashCode = kInvalidHashCode;
46 fHashCode = kInvalidHashCode; in SimpleFwdCharIterator()
95 if (fHashCode == kInvalidHashCode) in hashCode()
99 ((SimpleFwdCharIterator *)this)->fHashCode = uhash_hashUChars(key); in hashCode()
101 return fHashCode; in hashCode()
Dsfwdchit.h76 int32_t fHashCode; variable
/external/icu/icu4c/source/i18n/unicode/
Dsortkey.h302 mutable int32_t fHashCode; variable
326 return fHashCode == 2; // kBogusHashCode in isBogus()