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

  /external/icu4c/test/intltest/
sfwdchit.h 69 static const int32_t kEmptyHashCode;
sfwdchit.cpp 19 // to be computed. A hash code of kEmptyHashCode is used for empty keys
22 const int32_t SimpleFwdCharIterator::kEmptyHashCode = 1;
  /external/icu4c/i18n/
sortkey.cpp 41 // to be computed. A hash code of kEmptyHashCode is used for empty keys
44 #define kEmptyHashCode ((int32_t)1)
50 fHashCode(kEmptyHashCode), fBytes(NULL)
120 fHashCode = kEmptyHashCode;
173 fHashCode = kEmptyHashCode;
384 // If we happened to get kInvalidHashCode, replace it with kEmptyHashCode
387 hash = kEmptyHashCode;
  /external/icu4c/common/
unistr.cpp     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 43 milliseconds