HomeSort by relevance Sort by last modified time
    Searched defs:IntervalSet (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/
interval-set.h 37 class IntervalSet {
77 IntervalSet() : count_(-1) {}
97 void Union(const IntervalSet<T> &iset) {
115 bool operator==(const IntervalSet<T>& iset) const {
120 bool operator!=(const IntervalSet<T>& iset) const {
135 void Intersect(const IntervalSet<T> &iset, IntervalSet<T> *oset) const;
139 void Complement(T maxval, IntervalSet<T> *oset) const;
143 void Difference(const IntervalSet<T> &iset, IntervalSet<T> *oset) const
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 52 public class IntervalSet implements IntSet {
53 public static final IntervalSet COMPLETE_SET = IntervalSet.of(0,Label.MAX_CHAR_VALUE);
59 public IntervalSet() {
63 public IntervalSet(List<Interval> intervals) {
68 public static IntervalSet of(int a) {
69 IntervalSet s = new IntervalSet();
75 public static IntervalSet of(int a, int b) {
76 IntervalSet s = new IntervalSet()
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 147 milliseconds