Searched refs:ostring (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dsynchronize.h75 : state(s), istring(i), ostring(o) {}
79 const String *ostring; // Residual output labels member in struct:fst::SynchronizeFstImpl::Element
132 if ((w != Weight::Zero()) && (e.istring)->empty() && (e.ostring)->empty())
247 if (!Empty(e.istring, arc.ilabel) && !Empty(e.ostring, arc.olabel)) {
249 const String *ostring = Cdr(e.ostring, arc.olabel); local
250 StateId d = FindState(Element(arc.nextstate, istring, ostring));
252 Car(e.ostring, arc.olabel), arc.weight, d));
255 const String *ostring = Concat(e.ostring, ar local
265 const String *ostring = Cdr(e.ostring); local
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsynchronize.h62 : 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, ar local
234 const String *ostring = Cdr(e.ostring); local
[all...]

Completed in 69 milliseconds