Lines Matching full:will
27 * handled, e.g. for the German collator, characters ß and SS will be matched
51 * Option 2. will be the default.
60 * Generally, match results in the forward direction will match the result
66 * starting position will be set as it is specified, please take note that
78 * contracting sequence except the first will fail. Vice versa if a
84 * Using a breakiterator will only give you results that exactly matches the
85 * boundaries given by the breakiterator. For instance the pattern "e" will
93 * Though collator attributes will be taken into consideration while
160 The default value will be USEARCH_OFF
183 * rule set. A collator will be created in the process, which will be owned by
184 * this search and will be deleted in <tt>usearch_close</tt>.
190 * @param breakiter A BreakIterator that will be used to restrict the points
193 * determined by the <tt>BreakIterator</tt>, the match will
194 * be rejected and another will be searched for.
222 * @param breakiter A BreakIterator that will be used to restrict the points
225 * determined by the <tt>BreakIterator</tt>, the match will
226 * be rejected and another will be searched for.
246 * If a collator is created in <tt>usearch_open</tt>, it will be destroyed here.
255 * Sets the current position in the text string which the next search will
265 * an U_INDEX_OUTOFBOUNDS_ERROR will be returned
317 * <tt>USEARCH_DONE</tt>, this method will return <tt>USEARCH_DONE</tt>.
339 * <tt>USEARCH_DONE</tt>, this method will return 0.
360 * result will be filled with the partial text and an U_BUFFER_OVERFLOW_ERROR
361 * will be returned in status. result will be null-terminated whenever
386 * Set the BreakIterator that will be used to restrict the points at which
389 * @param breakiter A BreakIterator that will be used to restrict the points
392 * determined by the <tt>BreakIterator</tt>, the match will
393 * be rejected and another will be searched for.
406 * matches are detected. This will be the same object that was passed to the
421 * Set the string text to be searched. Text iteration will hence begin at the
454 * <tt>usearch_close</tt> will delete the collator if this search owns it.
478 * Internal data like the Boyer Moore table will be recalculated, but the
512 * If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
513 * the iterator will be adjusted to the index <tt>USEARCH_DONE</tt>.
531 * If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
532 * the iterator will be adjusted to the index <tt>USEARCH_DONE</tt>
536 * for searching, an U_INDEX_OUTOFBOUNDS_ERROR will be returned
555 * If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
556 * the iterator will be adjusted to the index <tt>USEARCH_DONE</tt>.
573 * If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
574 * the iterator will be adjusted to the index <tt>USEARCH_DONE</tt>
578 * for searching, an U_INDEX_OUTOFBOUNDS_ERROR will be returned
598 * If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
599 * the iterator will be adjusted to the index <tt>USEARCH_DONE</tt>
618 * If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
619 * the iterator will be adjusted to the index <tt>USEARCH_DONE</tt>
634 * Search will begin at the start of the text string if a forward iteration
636 * iteration is initiated before a forwards iteration, the search will begin
662 * A match will not include a partial combining sequence. Combining
665 * at all. Thus, for example, an A followed a combining accent mark will
672 * starting point will not supress a match beginning at startIdx.
677 * Searching for a single 's' in a string containing only a sharp-s will
686 * A value of -1 will be returned if no match was found.
688 * The matchLimit will be at a suitable position for beginning a subsequent search
691 * A value of -1 will be returned if no match was found.
722 * A match will not include a partial combining sequence. Combining
725 * at all. Thus, for example, an A followed a combining accent mark will
732 * starting point will not supress a match beginning at startIdx.
737 * Searching for a single 's' in a string containing only a sharp-s will
746 * A value of -1 will be returned if no match was found.
748 * The matchLimit will be at a suitable position for beginning a subsequent search
751 * A value of -1 will be returned if no match was found.