Lines Matching refs:ces
50 * This object holds a list of CEs generated from a particular
60 * @param coll - the Collator used to collect the CEs.
61 * @param string - the string for which to collect the CEs.
76 * Return the number of CEs in the list.
78 * @return the number of CEs in the list.
92 * Check if the CEs in another <code>CEList</code> match the
98 * @return <code>TRUE</code> if the CEs match, <code>FALSE</code> otherwise.
115 uint32_t *ces;
196 * generate a partcular list of CEs.
232 * of CEs starting with a given CE.
243 * Get a list of the CEs generated by a partcular stirng.
247 * @return a <code>CEList</code> object containt the CEs. You
262 * the given list of CEs.
264 * @param ces - the CEs
269 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
274 * the given list of CEs.
278 * the best answer starting at a particular offset in the list of CEs.
282 * @param ces - the CEs
285 * the number of cEs in the <code>CEList</code>
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;