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 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/icu/icu4c/source/i18n/
sortkey.cpp 42 // to be computed. A hash code of kEmptyHashCode is used for empty keys
45 static const int32_t kEmptyHashCode = 1;
53 fHashCode(kEmptyHashCode)
123 fHashCode = kEmptyHashCode;
249 hash = kEmptyHashCode;
253 hash = kEmptyHashCode;
  /external/icu/icu4c/source/common/
unistr.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 449 milliseconds