Searched defs:IntervalSet (Results 1 - 3 of 3) sorted by last modified time

/external/openfst/src/include/fst/
H A Dinterval-set.h37 class IntervalSet { class in namespace:fst
77 IntervalSet() : count_(-1) {} function in class:fst::IntervalSet
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<
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntervalSet.java52 public class IntervalSet implements IntSet { class in inherits:IntSet
53 public static final IntervalSet COMPLETE_SET = IntervalSet.of(0,Label.MAX_CHAR_VALUE);
59 public IntervalSet() { method in class:IntervalSet
63 public IntervalSet(List<Interval> intervals) { method in class:IntervalSet
68 public static IntervalSet of(int a) {
69 IntervalSet s = new IntervalSet();
75 public static IntervalSet of(int a, int b) {
76 IntervalSet
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 430 milliseconds