Home | History | Annotate | Download | only in unicode

Lines Matching refs:ces

54   * This object holds a list of CEs generated from a particular
65 * @param coll - the Collator used to collect the CEs.
66 * @param string - the string for which to collect the CEs.
83 * Return the number of CEs in the list.
85 * @return the number of CEs in the list.
103 * Check if the CEs in another <code>CEList</code> match the
109 * @return <code>TRUE</code> if the CEs match, <code>FALSE</code> otherwise.
139 uint32_t *ces;
254 * generate a partcular list of CEs.
305 * of CEs starting with a given CE.
318 * Get a list of the CEs generated by a partcular stirng.
322 * @return a <code>CEList</code> object containt the CEs. You
341 * the given list of CEs.
343 * @param ces - the CEs
350 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
355 * the given list of CEs.
359 * the best answer starting at a particular offset in the list of CEs.
363 * @param ces - the CEs
366 * the number of cEs in the <code>CEList</code>
372 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;