Home | History | Annotate | Download | only in unicode

Lines Matching defs:ces

61   * This object holds a list of CEs generated from a particular
72 * @param coll - the Collator used to collect the CEs.
73 * @param string - the string for which to collect the CEs.
91 * Return the number of CEs in the list.
93 * @return the number of CEs in the list.
111 * Check if the CEs in another <code>CEList</code> match the
117 * @return <code>TRUE</code> if the CEs match, <code>FALSE</code> otherwise.
149 uint32_t *ces;
266 * generate a partcular list of CEs.
318 * of CEs starting with a given CE.
331 * Get a list of the CEs generated by a partcular stirng.
335 * @return a <code>CEList</code> object containt the CEs. You
354 * the given list of CEs.
356 * @param ces - the CEs
363 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
368 * the given list of CEs.
372 * the best answer starting at a particular offset in the list of CEs.
376 * @param ces - the CEs
379 * the number of cEs in the <code>CEList</code>
385 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;