Home | History | Annotate | Download | only in i18n

Lines Matching defs:CollationKey

46 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CollationKey)
48 CollationKey::CollationKey()
55 CollationKey::CollationKey(const uint8_t* newValues, int32_t count)
70 CollationKey::CollationKey(const CollationKey& other)
94 CollationKey::~CollationKey()
99 void CollationKey::adopt(uint8_t *values, int32_t count) {
111 CollationKey&
112 CollationKey::reset()
122 CollationKey&
123 CollationKey::setToBogus()
136 CollationKey::operator==(const CollationKey& source) const
143 const CollationKey&
144 CollationKey::operator=(const CollationKey& other)
181 CollationKey::compareTo(const CollationKey& target) const
257 CollationKey::compareTo(const CollationKey& target, UErrorCode &status) const
303 CollationKey&
304 CollationKey::ensureCapacity(int32_t newSize)
331 CollationKey::toByteArray(int32_t& count) const
350 CollationKey::hashCode() const
362 ((CollationKey *)this)->fHashCode = uhash_hashChars(key);
386 ((CollationKey *)this)->fHashCode = hash; // cast away const
399 U_NAMESPACE_QUALIFIER CollationKey newKey(key, length);