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

  /external/pcre/dist/
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. */
pcretest.c 2253 int i, pre_start, post_start, subject_length; local
    [all...]
  /external/v8/src/
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/v8/src/runtime/
runtime-strings.cc 27 int subject_length = sub->length(); local
28 if (start_index + pattern_length > subject_length) return -1;
    [all...]
  /external/pcre/
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 1017 milliseconds