HomeSort by relevance Sort by last modified time
    Searched refs:subject_length (Results 1 - 10 of 10) 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. */
pcre.h.generic 424 int subject_length; /* The length of the subject */
446 int subject_length; /* The length of the subject */
468 int subject_length; /* The length of the subject */
pcre.h.in 424 int subject_length; /* The length of the subject */
446 int subject_length; /* The length of the subject */
468 int subject_length; /* The length of the subject */
pcretest.c 2253 int i, pre_start, post_start, subject_length; local
    [all...]
pcre_dfa_exec.c     [all...]
pcregexp.pas 283 subject_length, start_match, current_position, capture_top,
pcre_exec.c     [all...]
pcre_jit_compile.c     [all...]
  /external/chromium_org/v8/src/
string-search.h 289 int subject_length = subject.length(); local
300 while (index <= subject_length - pattern_length) {
307 if (index > subject_length - pattern_length) {
412 int subject_length = subject.length(); local
423 while (index <= subject_length - pattern_length) {
431 if (index > subject_length - pattern_length) {
runtime.cc 3658 int subject_length = part.data; local
3920 int subject_length = subject->length(); local
4038 int subject_length = subject->length(); local
4228 int subject_length = sub->length(); local
4527 int subject_length = subject->length(); local
    [all...]

Completed in 92 milliseconds