Home
last modified time | relevance | path

Searched refs:anchored (Results 1 – 25 of 33) sorted by relevance

12

/external/regex-re2/re2/testing/
Dbacktrack.cc54 bool anchored, bool longest,
95 bool anchored, bool longest, in Search() argument
105 anchored_ = anchored | prog_->anchor_start(); in Search()
245 bool anchored = anchor == kAnchored; in UnsafeSearchBacktrack() local
247 if (!b.Search(text, context, anchored, longest, match, nmatch)) in UnsafeSearchBacktrack()
/external/regex-re2/re2/
Dbitstate.cc39 bool anchored, bool longest,
294 bool anchored, bool longest, in Search() argument
305 anchored_ = anchored || prog_->anchor_start(); in Search()
369 bool anchored = anchor == kAnchored; in SearchBitState() local
371 if (!b.Search(text, context, anchored, longest, match, nmatch)) in SearchBitState()
Ddfa.cc76 bool anchored, bool want_earliest_match, bool run_forward,
255 anchored(false), in SearchParams()
267 bool anchored; member
1654 if (params->anchored || prog_->anchor_start()) in AnalyzeSearch()
1672 params->anchored, params->run_forward, flags, in AnalyzeSearch()
1698 params->anchored ? prog_->start() : prog_->start_unanchored(), in AnalyzeSearchHelper()
1749 bool anchored, in Search() argument
1765 text.as_string().c_str(), anchored, want_earliest_match, in Search()
1771 params.anchored = anchored; in Search()
1891 bool anchored = anchor == kAnchored || anchor_start() || kind == kFullMatch; in SearchDFA() local
[all …]
Dnfa.cc51 bool anchored, bool longest,
401 bool anchored, bool longest, in Search() argument
423 anchored |= prog_->anchor_start(); in Search()
455 text.as_string().c_str(), context.as_string().c_str(), anchored, in Search()
565 if (!matched_ && (!anchored || p == text.begin())) { in Search()
569 if (!anchored && first_byte_ >= 0 && runq->size() == 0 && in Search()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.323 Supports both anchored and non-anchored exclude files.
48 1.2 Non-anchored excludes
52 For this non-anchored excludes can be used, specified by pre-fixing the
81 Supports both anchored and non-anchored exclude files.
/external/llvm/test/Transforms/LoopVectorize/
Dundef-inst-bug.ll6 ; invariant instruction anchored in the loop when used as a getelementptr index.
24 ; Loop invariant anchored in loop.
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-05-06.data1 anchored: !local &anchor value
Dspec-05-06.canonical4 ? !!str "anchored"
/external/llvm/test/YAMLParser/
Dspec-05-06.test3 anchored: !local &anchor value
/external/pcre/dist2/testdata/
Dtestoutput263 abc\=anchored
66 defabc\=anchored
74 Overall options: anchored
78 abc\=anchored
83 defabc\=anchored
112 Overall options: anchored
339 /the quick brown fox/I,anchored
341 Options: anchored
498 Overall options: anchored
504 Overall options: anchored
[all …]
Dtestinput233 abc\=anchored
35 defabc\=anchored
40 abc\=anchored
43 defabc\=anchored
142 /the quick brown fox/I,anchored
472 Mississippi\=anchored
488 Mississippi\=anchored
490 Missouri river\=anchored
3613 # settings of the anchored and startline bits.
Dtestoutput17351 abcd\=anchored
354 fail abcd\=anchored
358 abcd\=anchored
360 succeed abcd\=anchored
370 Overall options: anchored
381 Overall options: anchored
Dtestinput17191 abcd\=anchored
193 fail abcd\=anchored
196 abcd\=anchored
197 succeed abcd\=anchored
/external/mksh/src/
Dhistrap.c415 bool anchored = *str == '?' ? (++str, false) : true; in hist_get() local
418 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0) in hist_get()
482 findhist(int start, int fwd, const char *str, bool anchored) in findhist() argument
494 if ((anchored && strncmp(*hp, str, len) == 0) || in findhist()
495 (!anchored && strstr(*hp, str))) in findhist()
Dedit.c5067 bool anchored; in grabsearch() local
5075 anchored = *pat == '^' ? (++pat, true) : false; in grabsearch()
5076 if ((hist = findhist(start, fwd, pat, anchored)) < 0) { in grabsearch()
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbh.ll17 ; Jump tables are not anchored next to the TBB/TBH any more. Make sure the
/external/squashfs-tools/
DRELEASE-README449 In addition to wildcards/regex expressions, exclude files can be "anchored" or
450 "non-anchored". An anchored exclude is one which matches from the root of the
451 directory and nowhere else, a non-anchored exclude matches anywhere. For
452 example given the directory hierarchy "a/b/c/a/b", the anchored exclude
455 non-anchored exclude would.
477 Non-anchored excludes
481 For this non-anchored excludes can be used, specified by pre-fixing the
DCHANGES249 added for non-anchored excludes, which means it is
253 directory (anchored excludes).
/external/icu/icu4c/source/data/translit/
Dsi_si_FONIPA.txt149 # anchored at the beginning of a word, but the remarks before the rules
/external/pcre/dist2/src/
Dpcre2_dfa_match.c3127 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
3201 anchored = (options & (PCRE2_ANCHORED|PCRE2_DFA_RESTART)) != 0 || in pcre2_dfa_match()
3330 if (!anchored) in pcre2_dfa_match()
3577 if (rc != PCRE2_ERROR_NOMATCH || anchored) in pcre2_dfa_match()
Dpcre2_match.c6453 BOOL anchored; in pcre2_match() local
6619 anchored = ((re->overall_options | options) & PCRE2_ANCHORED) != 0; in pcre2_match()
6747 if (!anchored) in pcre2_match()
7075 if (anchored || start_match > end_subject) break; in pcre2_match()
/external/pcre/dist2/
DPrepareRelease141 # forces an anchored regex. Also exclude them for small pages that have
/external/regex-re2/
Ducs2.diff198 - if (!ucs2 && !anchored && first_byte_ >= 0 && runq->size() == 0 &&
199 + if (!anchored && first_byte_ >= 0 && runq->size() == 0 &&
/external/pcre/dist2/doc/
Dpcre2.txt574 ment for a non-anchored pattern. There is more detail about this in the
885 can take place. For patterns that are not anchored, the count restarts
1189 If this bit is set, the pattern is forced to be "anchored", that is, it
1408 mization is not disabled, such a pattern is automatically anchored if
1668 A pattern compiled without PCRE2_ANCHORED is automatically anchored by
1687 For patterns that are auto-anchored, the PCRE2_ANCHORED bit is set in
1716 In the absence of a single first code unit for a non-anchored pattern,
1728 a non-anchored pattern. The third argument should point to an uint32_t
1734 returned. Otherwise, and for anchored patterns, 0 is returned.
1777 retrieved using PCRE2_INFO_LASTCODEUNIT. For anchored patterns, a last
[all …]
Dpcre2test.txt332 "anchored", and some of them must be followed by an equals sign and a
477 anchored set PCRE2_ANCHORED
563 (whether it is anchored, has a fixed first character, and so on). The
866 anchored set PCRE2_ANCHORED

12