HomeSort by relevance Sort by last modified time
    Searched defs:kInvalidHashCode (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 20 // A hash code of kInvalidHashCode indicates that the has code needs
22 // and for any key whose computed hash code is kInvalidHashCode.
23 const int32_t SimpleFwdCharIterator::kInvalidHashCode = 0;
29 fHashCode = kInvalidHashCode;
46 fHashCode = kInvalidHashCode;
78 if(that->fHashCode != kInvalidHashCode && this->fHashCode = that->fHashCode) {
95 if (fHashCode == kInvalidHashCode)
sfwdchit.h 70 static const int32_t kInvalidHashCode;
  /external/icu/icu4c/source/i18n/
sortkey.cpp 43 // A hash code of kInvalidHashCode indicates that the hash code needs
45 // and for any key whose computed hash code is kInvalidHashCode.
46 static const int32_t kInvalidHashCode = 0;
62 fHashCode(kInvalidHashCode)
117 fHashCode = kInvalidHashCode;
254 if (hash == kInvalidHashCode || hash == kBogusHashCode) {
266 // string, we note this by setting it to kInvalidHashCode. [LIU]
270 if (fHashCode == kInvalidHashCode)
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 165 milliseconds