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

  /external/icu/icu4c/source/test/intltest/
sfwdchit.h 71 static const int32_t kEmptyHashCode;
sfwdchit.cpp 21 // to be computed. A hash code of kEmptyHashCode is used for empty keys
24 const int32_t SimpleFwdCharIterator::kEmptyHashCode = 1;
  /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...]
  /external/icu/icu4c/source/common/
unistr.cpp     [all...]

Completed in 157 milliseconds