Home | History | Annotate | Download | only in unicode

Lines Matching refs:CEList

33   * The size of the internal CE buffer in a <code>CEList</code> object
40 * Define this to enable the <code>CEList</code> objects to collect
66 class U_I18N_API CEList : public UObject
70 * Construct a <code>CEList</code> object.
82 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
88 ~CEList();
111 * Check if the CEs in another <code>CEList</code> match the
115 * @param other - the other <code>CEList</code>
121 UBool matchesAt(int32_t offset, const CEList *other) const;
335 * @return a <code>CEList</code> object containt the CEs. You
337 * using the <code>CEList</code>/
341 const CEList *getCEList(const UnicodeString *string) const;
344 * Release a <code>CEList</code> returned by <code>getCEList</code>.
346 * @param list - the <code>CEList</code> to free.
350 void freeCEList(const CEList *list);
363 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
379 * the number of cEs in the <code>CEList</code>
385 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;