Home
last modified time | relevance | path

Searched refs:Disjoint (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas6012 Disjoint, Same: Boolean;
6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);
6049 if (not Disjoint) and (not Same) then
/external/v8/src/
Djsregexp.h250 bool Disjoint() { return (bits_ & kInBoth) == 0; } in Disjoint() function
Djsregexp.cc4942 if (word_relation.Disjoint()) { in VisitAssertion()