HomeSort by relevance Sort by last modified time
    Searched full:anchored (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /external/pcre/dist/
pcrecpp_unittest.cc 845 CHECK(!RE("h.*o").FullMatch("othello")); // Must be anchored at front
846 CHECK(!RE("h.*o").FullMatch("hello!")); // Must be anchored at end
1026 // Check that matching is fully anchored
    [all...]
ChangeLog     [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/regex-re2/re2/testing/
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/v8/src/
jsregexp.h 586 // this case anchored branches will always fail and can be ignored when
    [all...]
  /external/pcre/dist/doc/html/
pcrecompat.html 109 processed as anchored at the point where they are tested.
pcrepattern.html     [all...]
pcrejit.html 37 matching function; if the pattern is not anchored, matching attempts may take
pcresyntax.html 520 pattern is not anchored.
  /external/pcre/dist/doc/
pcresyntax.3 498 pattern is not anchored.
pcrepattern.3     [all...]
  /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/graphics/java/android/graphics/pdf/
PdfRenderer.java 94 * be anchored to the upper left corner of the page for left-to-right locales and
  /frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java 343 // if the FAB is anchored to the AppBarLayout
CoordinatorLayout.java 82 * to an arbitrary descendant of the CoordinatorLayout, but it may not be the anchored child itself
83 * or a descendant of the anchored child. This can be used to place floating views relative to
    [all...]
  /external/libpcap/
pcap-filter.manmisc.in 486 name of an anchored ruleset (applies only to packets logged by OpenBSD's
495 of an anchored ruleset (applies only to packets logged by OpenBSD's or
  /external/squashfs-tools/
CHANGES 249 added for non-anchored excludes, which means it is
253 directory (anchored excludes).
  /external/mksh/src/
edit.c 5017 bool anchored; local
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 163 // (for full screen width) or WRAP_CONTENT (to match the width of the anchored view).
307 * <p>Returns the id for the view that the auto-complete drop down list is anchored to.</p>
    [all...]
  /external/icu/icu4c/source/i18n/
rbt.h 162 * <p>Patterns can be anchored to the beginning or the end of the text. This is done with the
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
RuleBasedTransliterator.java 146 * <p>Patterns can be anchored to the beginning or the end of the text. This is done with the
  /external/libxml2/doc/
guidelines.html 206 anchored in the root catalog (usually <code>/etc/xml/catalog</code> or
  /external/openssh/
auth.c 387 * Ensure that filename starts anchored. If not, be backward

Completed in 6517 milliseconds

1 23 4 5 6