Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dinterval-set.h299 bool only2 = false; // point in intervals but not intervals_ in StrictlyOverlaps() local
307 only2 = true; in StrictlyOverlaps()
314 only2 = true; in StrictlyOverlaps()
323 only2 = true; in StrictlyOverlaps()
326 if (only1 == true && only2 == true && overlap == true) in StrictlyOverlaps()
332 only2 = true; in StrictlyOverlaps()
334 return only1 == true && only2 == true && overlap == true; in StrictlyOverlaps()