OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrToId
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/script/
compile-impl.h
138
int64
StrToId
(const char *s, const SymbolTable *syms,
164
StateId n =
StrToId
(s, ssyms_, "state ID");
180
return
StrToId
(s, isyms_, "arc ilabel", allow_negative_labels_);
184
return
StrToId
(s, osyms_, "arc olabel", allow_negative_labels_);
/external/srec/tools/grxmlcompile/
fst-io.h
289
int64
StrToId
(const char *s, const SymbolTable *syms,
315
StateId n =
StrToId
(s, ssyms_, "state ID");
331
return
StrToId
(s, isyms_, "arc ilabel");
335
return
StrToId
(s, osyms_, "arc olabel");
grxmlcompile.cpp
329
int64
StrToId
(const char *s, fst::SymbolTable *syms,
795
// int eps_word =
StrToId
("eps", word_syms, "arc ilabel");
796
int pau_word =
StrToId
(SILENCE_PREFIX_WORD, word_syms, "arc ilabel");
797
int pau2_word =
StrToId
(SILENCE_SUFFIX_WORD, word_syms, "arc ilabel");
[
all
...]
Completed in 204 milliseconds