HomeSort by relevance Sort by last modified time
    Searched full:ostring (Results 1 - 1 of 1) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 62 : state(s), istring(i), ostring(o) {}
66 const String *ostring; // Residual output labels member in struct:fst::SynchronizeFstImpl::Element
110 if ((w != Weight::Zero()) && (e.istring)->empty() && (e.ostring)->empty())
216 if (!Empty(e.istring, arc.ilabel) && !Empty(e.ostring, arc.olabel)) {
218 const String *ostring = Cdr(e.ostring, arc.olabel); local
219 StateId d = FindState(Element(arc.nextstate, istring, ostring));
221 Car(e.ostring, arc.olabel), arc.weight, d));
224 const String *ostring = Concat(e.ostring, arc.olabel) local
234 const String *ostring = Cdr(e.ostring); local
    [all...]

Completed in 1589 milliseconds