Home
last modified time | relevance | path

Searched refs:fHashCode (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dsortkey.cpp53 fHashCode(kEmptyHashCode) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
60 fHashCode(kInvalidHashCode) in CollationKey()
75 fHashCode(other.fHashCode) in CollationKey()
115 fHashCode = kInvalidHashCode; in setLength()
123 fHashCode = kEmptyHashCode; in reset()
133 fHashCode = kBogusHashCode; in setToBogus()
164 fHashCode = other.fHashCode; in operator =()
268 if (fHashCode == kInvalidHashCode) in hashCode()
270 fHashCode = computeHashCode(getBytes(), getLength()); in hashCode()
273 return fHashCode; in hashCode()
/external/icu/icu4c/source/i18n/
Dsortkey.cpp53 fHashCode(kEmptyHashCode) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
60 fHashCode(kInvalidHashCode) in CollationKey()
75 fHashCode(other.fHashCode) in CollationKey()
115 fHashCode = kInvalidHashCode; in setLength()
123 fHashCode = kEmptyHashCode; in reset()
133 fHashCode = kBogusHashCode; in setToBogus()
164 fHashCode = other.fHashCode; in operator =()
268 if (fHashCode == kInvalidHashCode) in hashCode()
270 fHashCode = computeHashCode(getBytes(), getLength()); in hashCode()
273 return fHashCode; in hashCode()
/external/chromium_org/third_party/icu/source/test/intltest/
Dsfwdchit.cpp27 fHashCode = kInvalidHashCode;
44 fHashCode = kInvalidHashCode; in SimpleFwdCharIterator()
93 if (fHashCode == kInvalidHashCode) in hashCode()
97 ((SimpleFwdCharIterator *)this)->fHashCode = uhash_hashUChars(key); in hashCode()
99 return fHashCode; in hashCode()
Dsfwdchit.h74 int32_t fHashCode; variable
/external/icu/icu4c/source/test/intltest/
Dsfwdchit.cpp27 fHashCode = kInvalidHashCode;
44 fHashCode = kInvalidHashCode; in SimpleFwdCharIterator()
93 if (fHashCode == kInvalidHashCode) in hashCode()
97 ((SimpleFwdCharIterator *)this)->fHashCode = uhash_hashUChars(key); in hashCode()
99 return fHashCode; in hashCode()
Dsfwdchit.h74 int32_t fHashCode; variable
/external/icu/icu4c/source/i18n/unicode/
Dsortkey.h300 mutable int32_t fHashCode; variable
324 return fHashCode == 2; // kBogusHashCode in isBogus()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dsortkey.h299 mutable int32_t fHashCode; variable
323 return fHashCode == 2; // kBogusHashCode in isBogus()