Home | History | Annotate | Download | only in i18n

Lines Matching full:collator

28  *                          to be used by Collator::getInstance().  General
49 * 11/02/99 helena Collator performance enhancements. Special case
82 : Collator(that)
166 dataIsOwned = TRUE; // since we own a collator now, we need to get rid of it
192 UBool RuleBasedCollator::operator==(const Collator& that) const
195 if (Collator::operator==(that))
216 UBool RuleBasedCollator::operator!=(const Collator& other) const
247 Collator* RuleBasedCollator::clone() const
288 * Return a string representation of this collator's rules. The string can
290 * which will construct a collator that's functionally identical to this one.
335 Collator::EComparisonResult RuleBasedCollator::compare(
353 Collator::EComparisonResult RuleBasedCollator::compare(const UChar* source,
377 * Compare two strings using this collator
379 Collator::EComparisonResult RuleBasedCollator::compare(
564 Collator* RuleBasedCollator::safeClone(void)
601 Collator::ECollationStrength RuleBasedCollator::getStrength(void) const
651 * return the locale of this collator