HomeSort by relevance Sort by last modified time
    Searched full:anchored (Results 76 - 100 of 179) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/third_party/re2/
ucs2.diff 198 - if (!ucs2 && !anchored && first_byte_ >= 0 && runq->size() == 0 &&
199 + if (!anchored && first_byte_ >= 0 && runq->size() == 0 &&
  /external/icu4c/i18n/
rbt_rule.cpp 51 * @param anchorStart TRUE if the the rule is anchored on the left to
53 * @param anchorEnd TRUE if the rule is anchored on the right to the
  /external/regex-re2/re2/testing/
tester.cc 127 return "anchored";
339 // If anchored, no need for second run,
re2_test.cc 511 CHECK(!RE2::FullMatch("othello", "h.*o")); // Must be anchored at front
512 CHECK(!RE2::FullMatch("hello!", "h.*o")); // Must be anchored at end
832 // Check that matching is fully anchored
    [all...]
regexp_benchmark.cc 284 // Benchmark: successful anchored search.
799 // Anchored says whether to run an anchored search.
    [all...]
  /external/regex-re2/
ucs2.diff 198 - if (!ucs2 && !anchored && first_byte_ >= 0 && runq->size() == 0 &&
199 + if (!anchored && first_byte_ >= 0 && runq->size() == 0 &&
  /external/chromium_org/third_party/re2/re2/
re2.cc 578 // If the regexp is anchored explicitly, must not be in middle of text.
582 // If the regexp is anchored explicitly, update re_anchor
748 // let NFA run an anchored, full match search
    [all...]
prog.h 321 // string s that is an anchored match for this regexp satisfies
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 518 CHECK(!RE2::FullMatch("othello", "h.*o")); // Must be anchored at front
519 CHECK(!RE2::FullMatch("hello!", "h.*o")); // Must be anchored at end
841 // Check that matching is fully anchored
    [all...]
regexp_benchmark.cc 284 // Benchmark: successful anchored search.
799 // Anchored says whether to run an anchored search.
    [all...]
  /external/chromium_org/v8/src/
jsregexp.h 582 // this case anchored branches will always fail and can be ignored when
    [all...]
  /external/regex-re2/re2/
re2.cc 560 // If the regexp is anchored explicitly, must not be in middle of text.
564 // If the regexp is anchored explicitly, update re_anchor
730 // let NFA run an anchored, full match search
    [all...]
prog.h 321 // string s that is an anchored match for this regexp satisfies
  /external/chromium/chrome/browser/resources/options/
search_page.js 322 // Search all top-level sections for anchored string matches.
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 220 // Get the position where the infobar arrow should be anchored in
gtk_util.h 288 // returns is the same as widget->allocation, but anchored at (0, 0).
info_bubble_gtk.cc 426 // Forward the accelerator to root window the bubble is anchored
  /external/chromium_org/chrome/browser/resources/options/
search_page.js 315 // Search all top-level sections for anchored string matches.
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.h 239 // returns is the same as gtk_widget_get_allocation, but anchored at (0, 0).
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackRegion.cpp 60 // The region and viewport are anchored in the bottom left corner.
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.h 91 // Where the menu should be anchored to for non-RTL languages. The
  /frameworks/base/docs/html/guide/topics/ui/
menus.jd 102 <dd>A popup menu displays a list of items in a vertical list that's anchored to the view that
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
GroundOverlay.html 961 <div class="jd-descrdiv">Gets the location of the anchored point.</div>
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 165 // (for full screen width) or WRAP_CONTENT (to match the width of the anchored view).
311 * <p>Returns the id for the view that the auto-complete drop down list is anchored to.</p>
    [all...]
  /external/mksh/src/
edit.c 4982 int anchored; local
    [all...]

Completed in 631 milliseconds

1 2 34 5 6 7 8