HomeSort by relevance Sort by last modified time
    Searched refs:Anchor (Results 1 - 25 of 29) sorted by null

1 2

  /external/regex-re2/re2/
set.h 20 Set(const RE2::Options& options, RE2::Anchor anchor);
44 RE2::Anchor anchor_;
prog.h 173 // Whether to anchor the search.
174 enum Anchor {
179 // Kind of match to look for (for anchor != kFullMatch)
194 kFullMatch, // match only entire text; implies anchor==kAnchored
249 // Anchor and kind control the kind of search.
263 Anchor anchor, MatchKind kind,
273 Anchor anchor, MatchKind kind,
294 Anchor anchor, MatchKind kind
    [all...]
set.cc 15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) {
17 anchor_ = anchor;
re2.h 141 // anchor your match at the beginning of the string. For example, you
348 // Like Consume(..), but does not anchor the match at the beginning of the
429 enum Anchor {
431 ANCHOR_START, // Anchor at start only
432 ANCHOR_BOTH, // Anchor at start and end
475 Anchor anchor,
697 Anchor anchor,
    [all...]
compile.cc 135 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
211 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
234 RE2::Anchor anchor_; // anchor mode for RE2::Set
952 RE2::Anchor anchor) {
983 anchor_ = anchor;
1092 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor,
    [all...]
bitstate.cc 351 Anchor anchor,
360 anchor = kAnchored;
369 bool anchored = anchor == kAnchored;
re2.cc 528 Anchor re_anchor,
587 // If there is a required prefix, the anchor must be at least ANCHOR_START.
592 Prog::Anchor anchor = Prog::kUnanchored; local
614 if (!prog_->SearchDFA(subtext, text, anchor, kind,
673 anchor = Prog::kAnchored;
699 if (!prog_->SearchDFA(subtext, text, anchor, kind,
733 anchor = Prog::kAnchored;
737 if (can_one_pass && anchor != Prog::kUnanchored) {
742 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap))
    [all...]
onepass.cc 209 Anchor anchor, MatchKind kind,
211 if (anchor != kAnchored && kind != kFullMatch) {
nfa.cc 687 Anchor anchor, MatchKind kind,
695 anchor = kAnchored;
701 if (!nfa.Search(text, context, anchor == kAnchored, kind != kFirstMatch, match, nmatch))
  /external/regex-re2/re2/testing/
tester.h 63 Prog::Anchor anchor);
69 Prog::Anchor anchor,
73 const StringPiece& context, Prog::Anchor anchor);
101 Prog::Anchor anchor);
103 // Run TestCase(text, text, anchor) for all anchoring modes.
106 // Run TestCase(text, context, anchor) for all anchoring modes
    [all...]
tester.cc 123 // Returns string representation of anchor kind.
124 static string FormatAnchor(Prog::Anchor anchor) {
125 switch (anchor) {
282 Prog::Anchor anchor,
306 prog_->UnsafeSearchBacktrack(text, context, anchor, kind_,
317 prog_->SearchNFA(text, context, anchor, kind_,
327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch
    [all...]
regexp_benchmark.cc 106 Prog::Anchor anchor, bool expect_match);
802 Prog::Anchor anchor, bool expect_match) {
809 CHECK_EQ(prog->SearchDFA(text, NULL, anchor, Prog::kFirstMatch,
819 Prog::Anchor anchor, bool expect_match) {
825 CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0),
    [all...]
exhaustive_tester.cc 59 static void PrintResult(const RE2& re, const StringPiece& input, RE2::Anchor anchor, StringPiece *m, int n) {
60 if (!re.Match(input, 0, input.size(), anchor, m, n)) {
backtrack.cc 227 Anchor anchor,
236 anchor = kAnchored;
245 bool anchored = anchor == kAnchored;
  /external/llvm/include/llvm/IR/
SymbolTableListTraits.h 51 iplist<ValueSubClass>* Anchor(static_cast<iplist<ValueSubClass>*>(this));
52 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)-
  /external/llvm/include/llvm/Support/
YAMLParser.h 119 Node(unsigned int Type, OwningPtr<Document>&, StringRef Anchor);
121 /// @brief Get the value of the anchor attached to this node. If it does not
123 StringRef getAnchor() const { return Anchor; }
160 StringRef Anchor;
183 ScalarNode(OwningPtr<Document> &D, StringRef Anchor, StringRef Val)
184 : Node(NK_Scalar, D, Anchor)
341 MappingNode(OwningPtr<Document> &D, StringRef Anchor, MappingType MT)
342 : Node(NK_Mapping, D, Anchor)
400 SequenceNode(OwningPtr<Document> &D, StringRef Anchor, SequenceType ST)
401 : Node(NK_Sequence, D, Anchor)
    [all...]
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 73 StringRef Anchor = n->getAnchor();
74 if (!Anchor.empty())
75 outs() << "&" << Anchor << " ";
  /external/regex-re2/util/
pcre.h 141 // anchor your match at the beginning of the string. For example, you
218 EnabledExecOptions = 0x0000, // TODO: use to replace anchor flag
350 // Like Consume(..), but does not anchor the match at the beginning of the
445 enum Anchor {
447 ANCHOR_START, // Anchor at start only
448 ANCHOR_BOTH, // Anchor at start and end
454 Anchor anchor,
479 Anchor anchor,
    [all...]
pcre.cc 103 pcre* PCRE::Compile(Anchor anchor) {
119 if (anchor != ANCHOR_BOTH) {
459 Anchor anchor,
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
490 if (anchor != UNANCHORED)
554 Anchor anchor,
561 int matches = TryMatch(text, 0, anchor, true, vec, vecsize)
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAnchorElement06.js 49 docsLoaded += preload(docRef, "doc", "anchor");
78 The name attribute contains the anchor name.
98 doc = load(docRef, "doc", "anchor");
104 assertEquals("nameLink","Anchor",vname);
doc01.js 49 docsLoaded += preload(docRef, "doc", "anchor");
94 doc = load(docRef, "doc", "anchor");
97 assertEquals("titleLink","NIST DOM HTML Test - Anchor",vtitle);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAnchorElement06.js 49 docsLoaded += preload(docRef, "doc", "anchor");
78 The name attribute contains the anchor name.
98 doc = load(docRef, "doc", "anchor");
104 assertEquals("nameLink","Anchor",vname);
doc01.js 49 docsLoaded += preload(docRef, "doc", "anchor");
94 doc = load(docRef, "doc", "anchor");
97 assertEquals("titleLink","NIST DOM HTML Test - Anchor",vtitle);
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
291 * Anchor table (may be NULL) */
295 * Anchor table (may be NULL) */
300 struct Anchor
339 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
341 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
359 OffsetTo<Anchor>
360 matrix[VAR]; /* Matrix of offsets to Anchor tables--
378 OffsetTo<Anchor>
379 markAnchor; /* Offset to Anchor table--fro
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 503 milliseconds

1 2