Lines Matching full:will
64 * Metacharacters or escape sequences in the input sequence will be given
205 * @param patLength This output parameter will be set to the length of the
214 * will remain valid until the regular expression is closed.
237 * Set the subject text string upon which the regular expression will look for matches.
247 * operation will dereference the text string pointer.
346 * <code>uregex_group()</code> will provide more information regarding the match.
365 * <code>uregex_group()</code> will provide more information regarding the match.
469 * The region is the part of the input string that will be considered when matching.
478 * The function will fail if start is greater than limit, or if either index
539 * Invoking this function with an argument of TRUE will set matches to use transparent bounds.
540 * If the boolean argument is FALSE, then opaque bounds will be used.
578 * With anchoring bounds, pattern anchors such as ^ and $ will match at the start
579 * and end of the region. Without Anchoring Bounds, anchors will only match at
642 * @param destBuf A (UChar *) buffer that will receive the result.
675 * @param destBuf A (UChar *) buffer that will receive the result.
707 * sequence, a U_BUFFER_OVERFLOW_ERROR status will be returned. Normal
710 * will operate normally so that buffer size computations will complete
717 * @param replacementText The string that will replace the matched portion of the
725 * will be updated to refer to the beginning of the
729 * parameter will be updated to reflect the space remaining
760 * will be updated to refer to the beginning of the
763 * value will be updated to reflect the space remaining
810 * field pointers will refer to positions within the
812 * extra positions within the destFields array will be
816 * If destCapacity is too small, requiredCapacity will return
818 * a U_BUFFER_OVERFLOW_ERROR will be returned.
853 * When a limit is set a match operation will fail with an error if the
857 * Correspondence with actual processor time will depend on the speed
858 * of the processor and the details of the specific pattern, but will
892 * that can be used for this purpose. A backtracking stack overflow will
926 * When set, a callback function will be called periodically during matching
928 * operation will be terminated early.
933 * @param context context pointer. The callback function will be invoked
950 * During matching operations the function will be called periodically,
957 * time the callback function is set will be saved