Home
last modified time | relevance | path

Searched refs:pattern_position (Results 1 – 11 of 11) sorted by relevance

/external/pcre/
Dpcre.h431 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/
Dbarcode_encoder.py100 pattern_position = file_name.rfind(pattern)
103 yuv_file_name = file_name[pattern_position:-3] + 'yuv'
/external/pcre/dist/
Dpcre.h.generic431 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 */
Dpcre.h.in431 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
Dpcregexp.pas287 pattern_position, next_item_length : integer;
Dpcre_dfa_exec.c2718 cb.pattern_position = GET(code, LINK_SIZE + 3); in internal_dfa_exec()
3071 cb.pattern_position = GET(code, 2); in internal_dfa_exec()
Dpcretest.c2296 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()
Dpcre_exec.c1324 cb.pattern_position = GET(ecode, 2); in match()
1719 cb.pattern_position = GET(ecode, 2); in match()
Dpcre_jit_compile.c6380 OP1(SLJIT_MOV_SI, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(pattern_position), SLJIT_IMM, GET(cc, 2… in compile_callout_matchingpath()
DChangeLog3976 2. The pcre_callout_block structure has two new fields: pattern_position and
/external/pcre/dist/doc/
Dpcre.txt4416 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