Home | History | Annotate | Download | only in unicode

Lines Matching refs:RuleBasedCollator

10  * \brief C++ API: RuleBasedCollator class provides the simple implementation of Collator.
22 * constructor which reads RuleBasedCollator object from
24 * RuleBasedCollator out to a binary file. The streamIn
30 * Added a private RuleBasedCollator(Locale&) constructor,
45 * 08/05/98 erm Synched with 1.2 version of RuleBasedCollator.java
84 * The RuleBasedCollator class provides the simple implementation of
94 * RuleBasedCollator is a thin C++ wrapper over the C implementation.
107 * Note, RuleBasedCollator is not to be subclassed.
111 class U_I18N_API RuleBasedCollator : public Collator
118 * RuleBasedCollator constructor. This takes the table rules and builds a
119 * collation table out of them. Please see RuleBasedCollator class
126 RuleBasedCollator(const UnicodeString& rules, UErrorCode& status);
129 * RuleBasedCollator constructor. This takes the table rules and builds a
130 * collation table out of them. Please see RuleBasedCollator class
138 RuleBasedCollator(const UnicodeString& rules,
143 * RuleBasedCollator constructor. This takes the table rules and builds a
144 * collation table out of them. Please see RuleBasedCollator class
152 RuleBasedCollator(const UnicodeString& rules,
157 * RuleBasedCollator constructor. This takes the table rules and builds a
158 * collation table out of them. Please see RuleBasedCollator class
167 RuleBasedCollator(const UnicodeString& rules,
174 * @param other the RuleBasedCollator object to be copied
178 RuleBasedCollator(const RuleBasedCollator& other);
198 RuleBasedCollator(const uint8_t *bin, int32_t length,
199 const RuleBasedCollator *base,
207 virtual ~RuleBasedCollator();
213 * @param other other RuleBasedCollator object to compare with.
216 RuleBasedCollator& operator=(const RuleBasedCollator& other);
704 * Collator ONLY needs access to RuleBasedCollator(const Locale&,
719 RuleBasedCollator();
722 * RuleBasedCollator constructor. This constructor takes a locale. The
725 * implemented as a RuleBasedCollator, it can then call this constructor.
731 RuleBasedCollator(const Locale& desiredLocale, UErrorCode& status);
766 * this RuleBasedCollator. The isDataOwned flag is set to FALSE.
830 inline void RuleBasedCollator::setUCollator(const Locale &locale,
837 inline void RuleBasedCollator::setUCollator(UCollator *collator)
850 inline const UCollator * RuleBasedCollator::getUCollator()