OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sfst
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/script/
map.h
65
Fst<StdArc> *
sfst
= NULL;
local
97
args->retval = new FstClass(*(
sfst
=
106
delete
sfst
;
/external/openfst/src/include/fst/
minimize.h
520
// For transducers, then the '
sfst
' argument is not null, the algorithm
532
MutableFst<A>*
sfst
= 0,
555
if (
sfst
== 0) {
565
sfst
->SetOutputSymbols(fst->OutputSymbols());
566
GallicToNewSymbolsMapper<A, STRING_LEFT> mapper(
sfst
);
568
fst->SetOutputSymbols(
sfst
->InputSymbols());
/external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h
514
void Minimize(MutableFst<A>* fst, MutableFst<A>*
sfst
= 0) {
533
if (
sfst
== 0) {
539
sfst
->SetOutputSymbols(fst->OutputSymbols());
540
GallicToNewSymbolsMapper<A, STRING_LEFT> mapper(
sfst
);
542
fst->SetOutputSymbols(
sfst
->InputSymbols());
Completed in 68 milliseconds