HomeSort by relevance Sort by last modified time
    Searched refs:anchored (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/re2/re2/
bitstate.cc 39 bool anchored, bool longest,
52 bool anchored_; // whether search is anchored at text.begin()
294 bool anchored, bool longest,
305 anchored_ = anchored || prog_->anchor_start();
328 // Anchored search must start at text.begin().
355 // If full match, we ask for an anchored longest match
369 bool anchored = anchor == kAnchored; local
371 if (!b.Search(text, context, anchored, longest, match, nmatch))
dfa.cc 69 // If "anchored", the match must begin at the start of text.
78 bool anchored, bool want_earliest_match, bool run_forward,
190 // Add kStartAnchored for anchored searches.
257 anchored(false),
269 bool anchored; member in struct:re2::DFA::SearchParams
    [all...]
nfa.cc 40 // * If anchored is true, only considers matches starting at offset.
51 bool anchored, bool longest,
401 bool anchored, bool longest,
423 anchored |= prog_->anchor_start();
454 fprintf(stderr, "NFA::Search %s (context: %s) anchored=%d longest=%d\n",
455 text.as_string().c_str(), context.as_string().c_str(), anchored,
565 if (!matched_ && (!anchored || p == text.begin())) {
569 if (!anchored && first_byte_ >= 0 && runq->size() == 0 &&
  /external/chromium_org/third_party/re2/re2/testing/
backtrack.cc 17 // - It implements unanchored search by repeated anchored search.
54 bool anchored, bool longest,
66 bool anchored_; // whether search is anchored at text.begin()
95 bool anchored, bool longest,
105 anchored_ = anchored | prog_->anchor_start();
129 // Anchored search must start at text.begin().
231 // If full match, we ask for an anchored longest match
245 bool anchored = anchor == kAnchored; local
247 if (!b.Search(text, context, anchored, longest, match, nmatch))
  /external/regex-re2/re2/
bitstate.cc 39 bool anchored, bool longest,
52 bool anchored_; // whether search is anchored at text.begin()
294 bool anchored, bool longest,
305 anchored_ = anchored || prog_->anchor_start();
328 // Anchored search must start at text.begin().
355 // If full match, we ask for an anchored longest match
369 bool anchored = anchor == kAnchored; local
371 if (!b.Search(text, context, anchored, longest, match, nmatch))
dfa.cc 67 // If "anchored", the match must begin at the start of text.
76 bool anchored, bool want_earliest_match, bool run_forward,
188 // Add kStartAnchored for anchored searches.
255 anchored(false),
267 bool anchored; member in struct:re2::DFA::SearchParams
    [all...]
nfa.cc 40 // * If anchored is true, only considers matches starting at offset.
51 bool anchored, bool longest,
401 bool anchored, bool longest,
423 anchored |= prog_->anchor_start();
454 fprintf(stderr, "NFA::Search %s (context: %s) anchored=%d longest=%d\n",
455 text.as_string().c_str(), context.as_string().c_str(), anchored,
565 if (!matched_ && (!anchored || p == text.begin())) {
569 if (!anchored && first_byte_ >= 0 && runq->size() == 0 &&
  /external/regex-re2/re2/testing/
backtrack.cc 17 // - It implements unanchored search by repeated anchored search.
54 bool anchored, bool longest,
66 bool anchored_; // whether search is anchored at text.begin()
95 bool anchored, bool longest,
105 anchored_ = anchored | prog_->anchor_start();
129 // Anchored search must start at text.begin().
231 // If full match, we ask for an anchored longest match
245 bool anchored = anchor == kAnchored; local
247 if (!b.Search(text, context, anchored, longest, match, nmatch))
  /external/chromium_org/remoting/ios/ui/
scene_view.h 83 @property(nonatomic, readonly) AnchorPosition anchored; variable
127 // When zoom is changed the scene is translated to keep an anchored point
128 // (an anchored edge, or the spot the user is touching) at the same place in the
151 // Return |nextPosition| when it is anchored and still in the respective 1/2 of
  /external/mksh/src/
histrap.c 445 int anchored = *str == '?' ? (++str, 0) : 1; local
448 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0)
512 findhist(int start, int fwd, const char *str, int anchored)
524 if ((anchored && strncmp(*hp, str, len) == 0) ||
525 (!anchored && strstr(*hp, str)))
    [all...]
edit.c 5031 int anchored; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
regexp.js 633 // Check that end-anchored regexps are optimized correctly.
656 // Anchored at both ends.
680 // Only partially anchored.
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 541 // ^^ really does mean an anchored match though.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 541 // ^^ really does mean an anchored match though.
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 541 // ^^ really does mean an anchored match though.
    [all...]

Completed in 243 milliseconds