/external/v8/src/runtime/ |
runtime-regexp.cc | 26 int subject_length); 57 static inline ReplacementPart SubjectSuffix(int subject_length) { 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...] |
runtime-strings.cc | 30 int subject_length = sub->length(); local 31 if (start_index + pattern_length > subject_length) return -1; [all...] |
/external/pcre/dist/doc/html/ |
pcredemo.html | 77 int subject_length; 108 subject_length = (int)strlen(subject); 142 subject_length, /* the length of the subject */ 324 if (ovector[0] == subject_length) break; 334 subject_length, /* the length of the subject */ 358 start_offset < subject_length - 1 && /* we are at CRLF, */ 364 while (ovector[1] < subject_length) /* character. */
|
pcrecallout.html | 159 int <i>subject_length</i>; 190 The <i>subject</i> and <i>subject_length</i> fields contain copies of the values
|
/external/pcre/dist/doc/ |
pcredemo.3 | 77 int subject_length; 108 subject_length = (int)strlen(subject); 142 subject_length, /* the length of the subject */ 324 if (ovector[0] == subject_length) break; 334 subject_length, /* the length of the subject */ 358 start_offset < subject_length - 1 && /* we are at CRLF, */ 364 while (ovector[1] < subject_length) /* character. */
|
pcrecallout.3 | |
pcre.txt | [all...] |
/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 */
|
pcregexp.pas | 283 subject_length, start_match, current_position, capture_top,
|
pcretest.c | 2253 int i, pre_start, post_start, subject_length; local [all...] |
pcre_dfa_exec.c | [all...] |
pcre_exec.c | [all...] |
pcre_jit_compile.c | [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/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
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapAppParams.java | 55 private static final int SUBJECT_LENGTH = 0x13; 386 case SUBJECT_LENGTH: 388 Log.w(TAG, "SUBJECT_LENGTH: Wrong length received: " + tagLength + [all...] |