HomeSort by relevance Sort by last modified time
    Searched full:ovector (Results 26 - 50 of 53) sorted by null

12 3

  /external/pcre/dist2/doc/html/
pcre2_substring_get_bynumber.html 44 PCRE2_ERROR_UNAVAILBLE the ovector was too small for that group
pcre2partial.html 91 When a partial match is returned, the first two elements in the ovector point
93 the ovector are undefined. The appearance of \K in the pattern has no effect
99 ovector defines the matched string as "123", because \K resets the "start of
331 partial match, moving back from the ovector[0] offset in the subject by the
345 string "xx123ab", the ovector offsets are 5 and 7 ("ab"). The maximum
pcre2api.html     [all...]
index.html 135 <td>&nbsp;&nbsp;Get the ovector count</td></tr>
138 <td>&nbsp;&nbsp;Get a pointer to the ovector</td></tr>
pcre2callout.html 271 (the "ovector") that was passed to the matching function in the match data
pcre2test.html     [all...]
  /external/pcre/dist2/src/
pcre2_match.c 112 /* Maximum number of ovector elements that can be saved on the system stack
113 when processing OP_RECURSE in non-HEAP_MATCH_RECURSE mode. If the ovector is
115 ovector length is always a multiple of 3. */
159 if (offset >= offset_top || mb->ovector[offset] == PCRE2_UNSET)
171 p = mb->start_subject + mb->ovector[offset];
172 length = mb->ovector[offset+1] - mb->ovector[offset];
417 pattern. The entire ovector must be saved and restored while processing
418 OP_RECURSE. If the ovector is small enough, instead of calling match()
420 to save the ovector while calling match() to process the pattern recursion. *
    [all...]
pcre2_jit_compile.c 530 #define OVECTOR(i) (OVECTOR_START + (i) * (sljit_sw)sizeof(sljit_sw))
7136 PCRE2_SIZE *ovector = arguments->match_data->ovector; local
    [all...]
pcre2posix.c 338 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer(md); local
342 pmatch[i].rm_so = ovector[i*2];
343 pmatch[i].rm_eo = ovector[i*2+1];
pcre2test.c 180 #define DEFAULT_OVECCOUNT 15 /* Default ovector count */
181 #define JUNK_OFFSET 0xdeadbeef /* For initializing ovector */
599 { "ovector", MOD_DAT, MOD_INT, 0, DO(oveccount) },
6256 PCRE2_SIZE *ovector; local
    [all...]
pcre2_intmodedep.h 641 PCRE2_SIZE ovector[1]; /* The first field */ member in struct:pcre2_real_match_data
735 during pattern recursion when the ovector is larger than can be saved on
749 PCRE2_SIZE *ovec_save; /* Pointer to saved ovector frame */
788 PCRE2_SIZE *ovector; /* Pointer to the offset vector */ member in struct:match_block
    [all...]
pcre2_jit_test.c     [all...]
pcre2grep.c 1552 PCRE2_SIZE *ovector = calloutptr->offset_vector; local
    [all...]
pcre2.h.generic 311 the offset vector (ovector). */
    [all...]
  /external/pcre/dist2/testdata/
testinput2 112 abcb\=ovector=0
113 abcb\=ovector=1
114 abcb\=ovector=2
115 abcb\=ovector=3
116 abcb\=ovector=4
120 abc\=ovector=0
121 abc\=ovector=1
122 abc\=ovector=2
124 aba\=ovector=0
125 aba\=ovector=
    [all...]
testinput6 27 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\=ovector=10
    [all...]
testoutput2 244 abcb\=ovector=0
249 abcb\=ovector=1
252 abcb\=ovector=2
256 abcb\=ovector=3
261 abcb\=ovector=4
275 abc\=ovector=0
278 abc\=ovector=1
281 abc\=ovector=2
289 aba\=ovector=0
294 aba\=ovector=
    [all...]
  /external/pcre/dist2/doc/
pcre2partial.3 66 When a partial match is returned, the first two elements in the ovector point
68 the ovector are undefined. The appearance of \eK in the pattern has no effect
74 ovector defines the matched string as "123", because \eK resets the "start of
306 partial match, moving back from the ovector[0] offset in the subject by the
318 string "xx123ab", the ovector offsets are 5 and 7 ("ab"). The maximum
pcre2api.3     [all...]
index.html.src 135 <td>&nbsp;&nbsp;Get the ovector count</td></tr>
138 <td>&nbsp;&nbsp;Get a pointer to the ovector</td></tr>
pcre2.txt     [all...]
pcre2callout.3 254 (the "ovector") that was passed to the matching function in the match data
pcre2test.1     [all...]
pcre2test.txt     [all...]
  /external/pcre/dist2/
ChangeLog     [all...]

Completed in 692 milliseconds

12 3