HomeSort by relevance Sort by last modified time
    Searched refs:subject_length (Results 1 - 9 of 9) sorted by null

  /external/pcre/
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. */
pcre.h.generic 248 int subject_length; /* The length of the subject */
pcre.h.in 248 int subject_length; /* The length of the subject */
pcretest.c 861 int i, pre_start, post_start, subject_length; local
892 subject_length = pchars((unsigned char *)cb->subject, cb->subject_length, NULL);
895 cb->subject_length - cb->current_position, f);
922 for (i = 0; i < subject_length - pre_start - post_start + 4; i++)
    [all...]
pcre_dfa_exec.c     [all...]
pcregexp.pas 283 subject_length, start_match, current_position, capture_top,
pcre_exec.c 918 cb.subject_length = (int)(md->end_subject - md->start_subject);
    [all...]
  /external/v8/src/
string-search.h 304 int subject_length = subject.length(); local
315 while (index <= subject_length - pattern_length) {
322 if (index > subject_length - pattern_length) {
423 int subject_length = subject.length(); local
434 while (index <= subject_length - pattern_length) {
442 if (index > subject_length - pattern_length) {
runtime.cc     [all...]

Completed in 85 milliseconds