Home | History | Annotate | Download | only in intltest

Lines Matching defs:CEList

32   * The size of the internal CE buffer in a <code>CEList</code> object
38 * Define this to enable the <code>CEList</code> objects to collect
54 class CEList
58 * Construct a <code>CEList</code> object.
68 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
73 ~CEList();
92 * Check if the CEs in another <code>CEList</code> match the
96 * @param other - the other <code>CEList</code>
100 UBool matchesAt(int32_t offset, const CEList *other) const;
247 * @return a <code>CEList</code> object containt the CEs. You
249 * using the <code>CEList</code>/
251 const CEList *getCEList(const UnicodeString *string) const;
254 * Release a <code>CEList</code> returned by <code>getCEList</code>.
256 * @param list - the <code>CEList</code> to free.
258 void freeCEList(const CEList *list);
269 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
285 * the number of cEs in the <code>CEList</code>
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;