OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fsthdr
(Results
1 - 1
of
1
) sorted by null
/external/openfst/src/include/fst/extensions/far/
far.h
49
FstHeader
fsthdr
;
local
56
ReadSTTableHeader(filename, &
fsthdr
);
58
arctype_ =
fsthdr
.ArcType().empty() ? "unknown" :
fsthdr
.ArcType();
61
ReadSTListHeader(filename, &
fsthdr
);
63
arctype_ =
fsthdr
.ArcType().empty() ? "unknown" :
fsthdr
.ArcType();
67
fsthdr
.Read(istrm, filename);
69
arctype_ =
fsthdr
.ArcType().empty() ? "unknown" :
fsthdr
.ArcType()
[
all
...]
Completed in 97 milliseconds