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

/external/chromium_org/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/icu/icu4c/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/chromium_org/third_party/icu/source/i18n/
H A Dsortkey.cpp41 // A hash code of kInvalidHashCode indicates that the hash code needs
43 // and for any key whose computed hash code is kInvalidHashCode.
44 static const int32_t kInvalidHashCode = 0; variable
60 fHashCode(kInvalidHashCode)
115 fHashCode = kInvalidHashCode;
252 if (hash == kInvalidHashCode || hash == kBogusHashCode) {
264 // string, we note this by setting it to kInvalidHashCode. [LIU]
268 if (fHashCode == kInvalidHashCode)
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp41 // A hash code of kInvalidHashCode indicates that the hash code needs
43 // and for any key whose computed hash code is kInvalidHashCode.
44 static const int32_t kInvalidHashCode = 0; variable
60 fHashCode(kInvalidHashCode)
115 fHashCode = kInvalidHashCode;
252 if (hash == kInvalidHashCode || hash == kBogusHashCode) {
264 // string, we note this by setting it to kInvalidHashCode. [LIU]
268 if (fHashCode == kInvalidHashCode)
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp1593 if (hashCode == kInvalidHashCode) {
/external/icu/icu4c/source/common/
H A Dunistr.cpp1593 if (hashCode == kInvalidHashCode) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h3476 kInvalidHashCode=0, // invalid hash code enumerator in enum:UnicodeString::__anon12034
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3476 kInvalidHashCode=0, // invalid hash code enumerator in enum:UnicodeString::__anon21824

Completed in 303 milliseconds