Home
last modified time | relevance | path

Searched refs:startoffset (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/
Dpcregrep.c1435 int startoffset, int *offsets, int *mrc) in match_patterns() argument
1450 startoffset, options, offsets, OFFSET_SIZE); in match_patterns()
1584 int startoffset = 0; in pcregrep() local
1682 match = match_patterns(matchptr, length, options, startoffset, offsets, &mrc); in pcregrep()
1735 int oldstartoffset = startoffset; in pcregrep()
1806 startoffset = offsets[1]; /* Restart after the match */ in pcregrep()
1807 if (startoffset <= oldstartoffset) in pcregrep()
1809 if ((size_t)startoffset >= length) in pcregrep()
1811 startoffset = oldstartoffset + 1; in pcregrep()
1813 while ((matchptr[startoffset] & 0xc0) == 0x80) startoffset++; in pcregrep()
[all …]
DChangeLog931 43. Clarified the data type for length and startoffset arguments for pcre_exec
5407 1. When startoffset was not zero and the pattern began with ".*", PCRE was not
5408 trying to match at the startoffset position, but instead was moving forward to
5475 /g loops for multiple occurrences, using the new startoffset argument
/external/llvm/test/CodeGen/X86/
D2009-07-20-CoalescerBug.ll80 …%startoffset.0.ph = phi i32 [ 0, %cond.end834 ], [ 0, %land.lhs.true838 ], [ %conv851, %if.then842…
104 %idx.ext1132.pre = zext i32 %startoffset.0.ph to i64 ; <i64> [#uses=1]
111 %idx.ext1112 = zext i32 %startoffset.0.ph to i64 ; <i64> [#uses=1]
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
Dtests11.dat146 …redfeatures='' specularconstant='' specularexponent='' spreadmethod='' startoffset='' stddeviation…
274 | startoffset=""
/external/pcre/dist/doc/
Dpcretest.txt311 /g find all matches (use startoffset)
408 ence between /g and /G is that the former uses the startoffset argument
691 any number of digits); this sets the startoffset
Dpcre.txt225 PCRE_SPTR16 subject, int length, int startoffset,
229 PCRE_SPTR16 subject, int length, int startoffset,
556 PCRE_SPTR32 subject, int length, int startoffset,
560 PCRE_SPTR32 subject, int length, int startoffset,
1606 const char *subject, int length, int startoffset,
1610 const char *subject, int length, int startoffset,
1652 const char *subject, int length, int startoffset,
3064 const char *subject, int length, int startoffset,
3407 place. The value of startoffset is also checked to ensure that it
3415 tled Error return values from pcre_exec() below). If startoffset con-
[all …]