Searched refs:startoffset (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/ |
D | pcregrep.c | 1435 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 …]
|
D | ChangeLog | 931 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/ |
D | 2009-07-20-CoalescerBug.ll | 80 …%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/ |
D | tests11.dat | 146 …redfeatures='' specularconstant='' specularexponent='' spreadmethod='' startoffset='' stddeviation… 274 | startoffset=""
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 311 /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
|
D | pcre.txt | 225 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 …]
|