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

  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 21 // to be computed. A hash code of kEmptyHashCode is used for empty keys
24 const int32_t SimpleFwdCharIterator::kEmptyHashCode = 1;
sfwdchit.h 71 static const int32_t kEmptyHashCode;
  /external/icu/icu4c/source/i18n/
sortkey.cpp 44 // to be computed. A hash code of kEmptyHashCode is used for empty keys
47 static const int32_t kEmptyHashCode = 1;
55 fHashCode(kEmptyHashCode)
125 fHashCode = kEmptyHashCode;
251 hash = kEmptyHashCode;
255 hash = kEmptyHashCode;
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 71 milliseconds