Home
last modified time | relevance | path

Searched refs:StrToStateId (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/script/
Dcompile-impl.h80 StateId s = StrToStateId(col[0]);
96 arc.nextstate = d = StrToStateId(col[1]);
103 arc.nextstate = d = StrToStateId(col[1]);
115 arc.nextstate = d = StrToStateId(col[1]);
163 StateId StrToStateId(const char *s) { in StrToStateId() function