Home
last modified time | relevance | path

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

/external/openfst/src/script/
Dtext-io.cc57 ssize_t s = StrToInt64(col[0], filename, nline, false); in ReadPotentials()
/external/openfst/src/lib/
Dutil.cc34 int64 StrToInt64(const string &s, const string &src, size_t nline, in StrToInt64() function
/external/openfst/src/include/fst/
Dutil.h245 int64 StrToInt64(const string &s, const string &src, size_t nline,
304 I i1 = StrToInt64(col[0], filename, nline, allow_negative, &err);
306 I i2 = StrToInt64(col[1], filename, nline, allow_negative, &err);