Searched refs:nline (Results 1 - 7 of 7) sorted by relevance

/external/openfst/src/extensions/far/
H A Dcompile-strings.cc29 int nline = 0; local
31 ++nline;
33 return nline ? ceil(log10(nline + 1)) : 1;
/external/openfst/src/script/
H A Dtext-io.cc42 size_t nline = 0; local
46 ++nline;
53 << "file = " << filename << ", line = " << nline; local
57 ssize_t s = StrToInt64(col[0], filename, nline, false);
/external/openfst/src/lib/
H A Dutil.cc33 int64 StrToInt64(const string &s, const string &src, size_t nline, argument
42 << "\", source = " << src << ", line = " << nline; local
H A Dsymbol-table.cc43 int64 nline = 0; local
46 ++nline;
55 << "file = " << filename << ", line = " << nline
67 << "file = " << filename << ", line = " << nline; local
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp45 int64 nline = 0; local
48 ++nline;
55 << "file = " << filename << ", line = " << nline; local
65 << "file = " << filename << ", line = " << nline; local
/external/openfst/src/include/fst/script/
H A Dweight-class.h172 size_t nline);
176 const string &src, size_t nline) {
177 return new WeightClassImpl<W>(StrToWeight<W>(str, src, nline));
175 StrToWeightImplBase(const string &str, const string &src, size_t nline) argument
/external/openfst/src/include/fst/
H A Dutil.h244 int64 StrToInt64(const string &s, const string &src, size_t nline,
248 Weight StrToWeight(const string &s, const string &src, size_t nline) { argument
254 << "\", source = " << src << ", line = " << nline; local
286 size_t nline = 0; local
290 ++nline;
297 << "file = " << filename << ", line = " << nline; local
302 Label frmlabel = StrToInt64(col[0], filename, nline, allow_negative, &err);
304 Label tolabel = StrToInt64(col[1], filename, nline, allow_negative, &err);

Completed in 277 milliseconds