Home | History | Annotate | Download | only in unicode

Lines Matching full:capture

603   *   @return the number of capture groups
612 * Get the group number corresponding to a named capture group.
614 * capture groups by number.
620 * @param groupName The capture group name.
635 * Get the group number corresponding to a named capture group.
637 * capture groups by number.
643 * @param groupName The capture group name,
663 * @param groupNum The capture group to extract. Group 0 is the complete
665 * less than or equal to the number of capture groups in
682 * to the beginning of the requested capture group. The capture group length is also
688 * @param groupNum The capture group to extract. Group 0 is the complete
690 * less than or equal to the number of capture groups in
695 * @param groupLength The group length of the desired capture group. Output parameter.
712 * specified capture group during the previous match operation. Return -1 if
713 * the capture group was not part of the last match.
718 * @param groupNum The capture group number
732 * specified capture group during the previous match operation. Return -1 if
733 * the capture group was not part of the last match.
738 * @param groupNum The capture group number
751 * of the text matched by the specified capture group.
752 * Return -1 if the capture group was not part of the last match.
757 * @param groupNum The capture group number
770 * of the text matched by the specified capture group.
771 * Return -1 if the capture group was not part of the last match.
776 * @param groupNum The capture group number
1067 * references to capture groups; these take the form of $1, $2, etc.
1099 * references to capture groups; these take the form of $1, $2, etc.
1126 * references to capture
1158 * references to capture groups; these take the form of $1, $2, etc.
1203 * example) to capture groups from the match.
1246 * example) to capture groups from the match.
1321 * If the delimiter pattern includes capture groups, the captured text will
1324 * which ignores the presence of capture groups in the pattern.
1331 * This count includes the strings from capture groups in the delimiter pattern.
1332 * This behavior differs from Java, which ignores capture groups.