Lines Matching refs:substring

1074        three integers per substring, whereas the POSIX interface provides only
3096 ovector, /* vector of integers for substring information */
3523 strings, each substring using a pair of integers. The remaining third
3533 substring, and the second is set to the offset of the first character
3534 after the end of a substring. These values are always data unit off-
3551 If the vector is too small to hold all the captured substring offsets,
3567 If a vector of 6 elements (allowing for only 1 captured substring) is
3579 offsets of the substring matched by the whole pattern, is (n+1)*3.
3881 A substring that contains a binary zero is correctly extracted and has
3893 were captured by the match, including the substring that matched the
3900 single substring, whose number is given as stringnumber. A value of
3901 zero extracts the substring that matched the entire pattern, whereas
3916 There is no substring whose number is stringnumber.
3930 When any of these functions encounter a substring that is unset, which
3963 To extract a substring by name, you first have to find associated num-
3975 Given the number, you can extract the substring directly, or use one of
3985 First, instead of a substring number, a substring name is given. Sec-
4020 pcre_get_named_substring() return the first substring corresponding to
4052 rent matched substring. Then return 1, which forces pcre_exec() to
4123 ovector, /* vector of integers for substring information */
4464 tured substring so far. If no substrings have been captured, the value
4469 tured substring. However, when a recursion exits, the value reverts to
5554 matches "foobar", the first substring is still set to "foo".
6107 you can look at captured substring number one, whichever alternative
6163 convenience function for extracting a captured substring by name.
6186 substring for the first (and in this example, the only) subpattern of
6373 has matched "tweedledum tweedledee" the value of the captured substring
6380 matches "aba" the value of the second captured substring is "b".
6621 tern. However, substring capturing is carried out only for positive
6829 character is present, sets it as the first captured substring. The sec-
6990 sized substring). Finally there is a closing parenthesis. Note the use
8783 of inspecting characters before the start of a matched substring. The
8792 to the end of the subject so that a substring can easily be identified.
8806 match are for the substring "abc12", because all these characters were
9730 of each substring and the offset to the first character after the end
9731 of each substring, respectively. The 0th element of the vector relates
9899 match any substring of the text.