Home | History | Annotate | Download | only in unicode

Lines Matching refs:CEList

32   * The size of the internal CE buffer in a <code>CEList</code> object
37 * Define this to enable the <code>CEList</code> objects to collect
59 class U_I18N_API CEList : public UObject
63 * Construct a <code>CEList</code> object.
75 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
80 ~CEList();
103 * Check if the CEs in another <code>CEList</code> match the
107 * @param other - the other <code>CEList</code>
113 UBool matchesAt(int32_t offset, const CEList *other) const;
322 * @return a <code>CEList</code> object containt the CEs. You
324 * using the <code>CEList</code>/
328 const CEList *getCEList(const UnicodeString *string) const;
331 * Release a <code>CEList</code> returned by <code>getCEList</code>.
333 * @param list - the <code>CEList</code> to free.
337 void freeCEList(const CEList *list);
350 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
366 * the number of cEs in the <code>CEList</code>
372 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;