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

  /external/icu4c/test/intltest/
sfwdchit.cpp 18 // A hash code of kInvalidHashCode indicates that the has code needs
20 // and for any key whose computed hash code is kInvalidHashCode.
21 const int32_t SimpleFwdCharIterator::kInvalidHashCode = 0;
27 fHashCode = kInvalidHashCode;
44 fHashCode = kInvalidHashCode;
76 if(that->fHashCode != kInvalidHashCode && this->fHashCode = that->fHashCode) {
93 if (fHashCode == kInvalidHashCode)
sfwdchit.h 68 static const int32_t kInvalidHashCode;
  /external/icu4c/i18n/
sortkey.cpp 41 // A hash code of kInvalidHashCode indicates that the hash code needs
43 // and for any key whose computed hash code is kInvalidHashCode.
44 static const int32_t kInvalidHashCode = 0;
60 fHashCode(kInvalidHashCode)
115 fHashCode = kInvalidHashCode;
252 if (hash == kInvalidHashCode || hash == kBogusHashCode) {
264 // string, we note this by setting it to kInvalidHashCode. [LIU]
268 if (fHashCode == kInvalidHashCode)
  /external/icu4c/common/
unistr.cpp     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 133 milliseconds