Searched refs:StrToWeight (Results 1 – 1 of 1) sorted by relevance
246 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