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

/external/chromium/third_party/icu/source/test/intltest/
H A Dsfwdchit.cpp18 // A hash code of kInvalidHashCode indicates that the has code needs
20 // and for any key whose computed hash code is kInvalidHashCode.
21 const int32_t SimpleFwdCharIterator::kInvalidHashCode = 0; member in class:SimpleFwdCharIterator
27 fHashCode = kInvalidHashCode;
44 fHashCode = kInvalidHashCode;
76 if(that->fHashCode != kInvalidHashCode && this->fHashCode = that->fHashCode) {
93 if (fHashCode == kInvalidHashCode)
H A Dsfwdchit.h68 static const int32_t kInvalidHashCode; member in class:SimpleFwdCharIterator
/external/icu4c/test/intltest/
H A Dsfwdchit.cpp18 // A hash code of kInvalidHashCode indicates that the has code needs
20 // and for any key whose computed hash code is kInvalidHashCode.
21 const int32_t SimpleFwdCharIterator::kInvalidHashCode = 0; member in class:SimpleFwdCharIterator
27 fHashCode = kInvalidHashCode;
44 fHashCode = kInvalidHashCode;
76 if(that->fHashCode != kInvalidHashCode && this->fHashCode = that->fHashCode) {
93 if (fHashCode == kInvalidHashCode)
H A Dsfwdchit.h68 static const int32_t kInvalidHashCode; member in class:SimpleFwdCharIterator
/external/chromium/third_party/icu/source/i18n/
H A Dsortkey.cpp40 // A hash code of kInvalidHashCode indicates that the has code needs
42 // and for any key whose computed hash code is kInvalidHashCode.
43 #define kInvalidHashCode ((int32_t)0) macro
57 fHashCode(kInvalidHashCode)
107 fHashCode = kInvalidHashCode;
130 fHashCode = kInvalidHashCode;
323 fHashCode = kInvalidHashCode;
354 // string, we note this by setting it to kInvalidHashCode. [LIU]
358 if (fHashCode == kInvalidHashCode)
380 // If we happened to get kInvalidHashCode, replac
[all...]
/external/icu4c/i18n/
H A Dsortkey.cpp40 // A hash code of kInvalidHashCode indicates that the has code needs
42 // and for any key whose computed hash code is kInvalidHashCode.
43 #define kInvalidHashCode ((int32_t)0) macro
57 fHashCode(kInvalidHashCode)
107 fHashCode = kInvalidHashCode;
130 fHashCode = kInvalidHashCode;
323 fHashCode = kInvalidHashCode;
354 // string, we note this by setting it to kInvalidHashCode. [LIU]
358 if (fHashCode == kInvalidHashCode)
380 // If we happened to get kInvalidHashCode, replac
[all...]
/external/chromium/third_party/icu/source/common/
H A Dunistr.cpp1437 if (hashCode == kInvalidHashCode) {
/external/icu4c/common/
H A Dunistr.cpp1469 if (hashCode == kInvalidHashCode) {
/external/chromium/third_party/icu/public/common/unicode/
H A Dunistr.h3339 kInvalidHashCode=0, // invalid hash code enumerator in enum:UnicodeString::__anon1270
/external/icu4c/common/unicode/
H A Dunistr.h3376 kInvalidHashCode=0, // invalid hash code enumerator in enum:UnicodeString::__anon2397

Completed in 111 milliseconds