Searched defs:anchored (Results 1 – 8 of 8) sorted by relevance
/external/regex-re2/re2/testing/ |
D | backtrack.cc | 95 bool anchored, bool longest, in Search() 245 bool anchored = anchor == kAnchored; in UnsafeSearchBacktrack() local
|
/external/regex-re2/re2/ |
D | bitstate.cc | 294 bool anchored, bool longest, in Search() 369 bool anchored = anchor == kAnchored; in SearchBitState() local
|
D | dfa.cc | 267 bool anchored; member 1749 bool anchored, in Search() 1891 bool anchored = anchor == kAnchored || anchor_start() || kind == kFullMatch; in SearchDFA() local
|
D | nfa.cc | 401 bool anchored, bool longest, in Search()
|
/external/mksh/src/ |
D | histrap.c | 438 bool anchored = *str == '?' ? (++str, false) : true; in hist_get() local 505 findhist(int start, int fwd, const char *str, bool anchored) in findhist()
|
D | edit.c | 5072 bool anchored; in grabsearch() local
|
/external/pcre/dist/ |
D | pcre_dfa_exec.c | 3195 BOOL utf, anchored, startline, firstline; in pcre_dfa_exec() local
|
D | pcre_exec.c | 6365 BOOL anchored; in pcre_exec() local
|