Home | History | Annotate | Download | only in unicode

Lines Matching full:will

110      *          an U_INDEX_OUTOFBOUNDS_ERROR will be returned
152 * <tt>USEARCH_DONE</tt>, this method will return <tt>USEARCH_DONE</tt>.
170 * <tt>USEARCH_DONE</tt>, this method will return 0.
198 * Set the BreakIterator that will be used to restrict the points
201 * @param breakiter A BreakIterator that will be used to restrict the
205 * the match will be rejected and another will be searched
216 * which matches are detected. This will be the same object that was
227 * Set the string text to be searched. Text iteration will hence begin at
239 * Set the string text to be searched. Text iteration will hence begin at
245 * will be done during searching for this version. The block of text
246 * in <tt>CharacterIterator</tt> will be used as it is.
286 * iterating over the same text, as this one. Note that all data will be
298 * If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
299 * the iterator will be adjusted to the index USEARCH_DONE
313 * <tt>USEARCH_DONE</tt> will be returned and the iterator will be
317 * an U_INDEX_OUTOFBOUNDS_ERROR will be returned
332 * If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
333 * the iterator will be adjusted to the index USEARCH_DONE.
347 * <tt>USEARCH_DONE</tt> will be returned and the iterator will be
351 * an U_INDEX_OUTOFBOUNDS_ERROR will be returned
366 * If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
367 * the iterator will be adjusted to a position after the end of the text
382 * If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
383 * the iterator will be adjusted to the index USEARCH_DONE
394 * Search will begin at the start of the text string if a forward
397 * search will begin at the end of the text string.
458 * will be done during searching for this version. The block of text
459 * in <tt>CharacterIterator</tt> will be used as it is.