Searched refs:kEmptyHashCode (Results 1 - 10 of 10) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Dsfwdchit.h69 static const int32_t kEmptyHashCode; member in class:SimpleFwdCharIterator
H A Dsfwdchit.cpp19 // to be computed. A hash code of kEmptyHashCode is used for empty keys
22 const int32_t SimpleFwdCharIterator::kEmptyHashCode = 1; member in class:SimpleFwdCharIterator
/external/icu4c/test/intltest/
H A Dsfwdchit.h69 static const int32_t kEmptyHashCode; member in class:SimpleFwdCharIterator
H A Dsfwdchit.cpp19 // to be computed. A hash code of kEmptyHashCode is used for empty keys
22 const int32_t SimpleFwdCharIterator::kEmptyHashCode = 1; member in class:SimpleFwdCharIterator
/external/chromium/third_party/icu/source/i18n/
H A Dsortkey.cpp41 // to be computed. A hash code of kEmptyHashCode is used for empty keys
44 #define kEmptyHashCode ((int32_t)1) macro
50 fHashCode(kEmptyHashCode), fBytes(NULL)
116 fHashCode = kEmptyHashCode;
169 fHashCode = kEmptyHashCode;
380 // If we happened to get kInvalidHashCode, replace it with kEmptyHashCode
383 hash = kEmptyHashCode;
/external/icu4c/i18n/
H A Dsortkey.cpp41 // to be computed. A hash code of kEmptyHashCode is used for empty keys
44 #define kEmptyHashCode ((int32_t)1) macro
50 fHashCode(kEmptyHashCode), fBytes(NULL)
116 fHashCode = kEmptyHashCode;
169 fHashCode = kEmptyHashCode;
380 // If we happened to get kInvalidHashCode, replace it with kEmptyHashCode
383 hash = kEmptyHashCode;
/external/chromium/third_party/icu/source/common/
H A Dunistr.cpp1438 hashCode = kEmptyHashCode;
/external/icu4c/common/
H A Dunistr.cpp1470 hashCode = kEmptyHashCode;
/external/chromium/third_party/icu/public/common/unicode/
H A Dunistr.h3340 kEmptyHashCode=1, // hash code for empty string enumerator in enum:UnicodeString::__anon1270
/external/icu4c/common/unicode/
H A Dunistr.h3377 kEmptyHashCode=1, // hash code for empty string enumerator in enum:UnicodeString::__anon2397

Completed in 231 milliseconds