Searched refs:pattern_position (Results 1 – 11 of 11) sorted by relevance
/external/pcre/ |
D | pcre.h | 431 int pattern_position; /* Offset to next item in the pattern */ member 453 int pattern_position; /* Offset to next item in the pattern */ member 475 int pattern_position; /* Offset to next item in the pattern */ member
|
/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
D | barcode_encoder.py | 100 pattern_position = file_name.rfind(pattern) 103 yuv_file_name = file_name[pattern_position:-3] + 'yuv'
|
/external/pcre/dist/ |
D | pcre.h.generic | 431 int pattern_position; /* Offset to next item in the pattern */ 453 int pattern_position; /* Offset to next item in the pattern */ 475 int pattern_position; /* Offset to next item in the pattern */
|
D | pcre.h.in | 431 int pattern_position; /* Offset to next item in the pattern */ member 453 int pattern_position; /* Offset to next item in the pattern */ member 475 int pattern_position; /* Offset to next item in the pattern */ member
|
D | pcregexp.pas | 287 pattern_position, next_item_length : integer;
|
D | pcre_dfa_exec.c | 2718 cb.pattern_position = GET(code, LINK_SIZE + 3); in internal_dfa_exec() 3071 cb.pattern_position = GET(code, 2); in internal_dfa_exec()
|
D | pcretest.c | 2296 fprintf(outfile, "%+3d ", cb->pattern_position); in callout() 2297 if (cb->pattern_position > 99) fprintf(outfile, "\n "); in callout() 2318 pbuffer + cb->pattern_position); in callout()
|
D | pcre_exec.c | 1324 cb.pattern_position = GET(ecode, 2); in match() 1719 cb.pattern_position = GET(ecode, 2); in match()
|
D | pcre_jit_compile.c | 6380 OP1(SLJIT_MOV_SI, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(pattern_position), SLJIT_IMM, GET(cc, 2… in compile_callout_matchingpath()
|
D | ChangeLog | 3976 2. The pcre_callout_block structure has two new fields: pattern_position and
|
/external/pcre/dist/doc/ |
D | pcre.txt | 4416 int pattern_position; 4471 The pattern_position field is present from version 1 of the callout 4482 The pattern_position and next_item_length fields are intended to help
|