Searched defs:subject_length (Results 1 - 6 of 6) sorted by relevance
/external/pcre/dist/ |
H A D | pcredemo.c | 60 int subject_length; local 91 subject_length = (int)strlen(subject); 125 subject_length, /* the length of the subject */ 307 if (ovector[0] == subject_length) break; 317 subject_length, /* the length of the subject */ 341 start_offset < subject_length - 1 && /* we are at CRLF, */ 347 while (ovector[1] < subject_length) /* character. */
|
H A D | pcretest.c | 2253 int i, pre_start, post_start, subject_length; local 2287 PCHARS(subject_length, cb->subject, 0, cb->subject_length, NULL); 2290 cb->subject_length - cb->current_position, f); 2317 for (i = 0; i < subject_length - pre_start - post_start + 4; i++)
|
/external/v8/src/runtime/ |
H A D | runtime-regexp.cc | 26 int subject_length); 57 static inline ReplacementPart SubjectSuffix(int subject_length) { argument 58 return ReplacementPart(SUBJECT_SUFFIX, subject_length); 95 int subject_length, Zone* zone) { 132 parts->Add(ReplacementPart::SubjectSuffix(subject_length), zone); 207 int subject_length) { 215 capture_count, subject_length, zone()); 219 capture_count, subject_length, zone()); 257 int subject_length = part.data; 258 if (match_to < subject_length) { [all...] |
H A D | runtime-strings.cc | 27 int subject_length = sub->length(); local 28 if (start_index + pattern_length > subject_length) return -1;
|
/external/v8/src/ |
H A D | string-search.h | 310 int subject_length = subject.length(); local 321 while (index <= subject_length - pattern_length) { 328 if (index > subject_length - pattern_length) { 433 int subject_length = subject.length(); local 444 while (index <= subject_length - pattern_length) { 452 if (index > subject_length - pattern_length) {
|
/external/pcre/ |
H A D | pcre.h | 424 int subject_length; /* The length of the subject */ member in struct:pcre_callout_block 446 int subject_length; /* The length of the subject */ member in struct:pcre16_callout_block 468 int subject_length; /* The length of the subject */ member in struct:pcre32_callout_block
|
Completed in 322 milliseconds