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

  /external/v8/src/
jsregexp.h 191 // Sets can be either disjoint, partially or fully overlapping, or equal.
214 // Sets are completely disjoint.
215 bool Disjoint() { return (bits_ & kInBoth) == 0; }
    [all...]
jsregexp.cc     [all...]

Completed in 54 milliseconds