Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dfst-io.h246 fst_.SetFinal(s, StrToWeight(col[1], true)); in FstReader()
260 arc.weight = StrToWeight(col[3], false); in FstReader()
271 arc.weight = StrToWeight(col[4], false); in FstReader()
338 Weight StrToWeight(const char *s, bool allow_zero) const { in StrToWeight() function