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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 225 StateId fst_start = fst->Start(); local
226 if (fst_start == kNoStateId) // root Fst is empty
230 StateId start = FindState(StateTuple(prefix, root_, fst_start));
  /external/openfst/src/include/fst/
replace.h 481 StateId fst_start = fst->Start(); local
482 if (fst_start == kNoStateId) // root Fst is empty
487 StateTuple(prefix, root_, fst_start));
    [all...]

Completed in 77 milliseconds