HomeSort by relevance Sort by last modified time
    Searched defs:nline (Results 1 - 6 of 6) sorted by null

  /external/openfst/src/extensions/far/
strings.cc 33 int nline = 0; local
35 ++nline;
37 return nline ? ceil(log10(nline + 1)) : 1;
  /external/openfst/src/lib/
util.cc 34 int64 StrToInt64(const string &s, const string &src, size_t nline,
43 << "\", source = " << src << ", line = " << nline; local
symbol-table.cc 47 int64 nline = 0; local
50 ++nline;
59 << "file = " << filename << ", line = " << nline
72 << "file = " << filename << ", line = " << nline; local
  /external/openfst/src/script/
text-io.cc 42 size_t nline = 0; local
46 ++nline;
53 << "file = " << filename << ", line = " << nline; local
57 ssize_t s = StrToInt64(col[0], filename, nline, false);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 45 int64 nline = 0; local
48 ++nline;
55 << "file = " << filename << ", line = " << nline; local
65 << "file = " << filename << ", line = " << nline; local
  /external/openfst/src/include/fst/
util.h 245 int64 StrToInt64(const string &s, const string &src, size_t nline,
249 Weight StrToWeight(const string &s, const string &src, size_t nline) {
255 << "\", source = " << src << ", line = " << nline; local
287 size_t nline = 0; local
291 ++nline;
299 << "file = " << filename << ", line = " << nline; local
304 I i1 = StrToInt64(col[0], filename, nline, allow_negative, &err);
306 I i2 = StrToInt64(col[1], filename, nline, allow_negative, &err);

Completed in 626 milliseconds