Searched refs:StrToId (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 289 int64 StrToId(const char *s, const SymbolTable *syms, in StrToId() function 315 StateId n = StrToId(s, ssyms_, "state ID"); in StrToStateId() 331 return StrToId(s, isyms_, "arc ilabel"); in StrToILabel() 335 return StrToId(s, osyms_, "arc olabel"); in StrToOLabel()
|
D | grxmlcompile.cpp | 329 int64 StrToId(const char *s, fst::SymbolTable *syms, in StrToId() function 796 int pau_word = StrToId(SILENCE_PREFIX_WORD, word_syms, "arc ilabel"); in make_openfst_graphs() 797 int pau2_word = StrToId(SILENCE_SUFFIX_WORD, word_syms, "arc ilabel"); in make_openfst_graphs()
|