Searched defs:kLineLen (Results 1 - 8 of 8) sorted by relevance

/external/openfst/src/script/
H A Dtext-io.cc40 const int kLineLen = 8096; local
41 char line[kLineLen];
45 while (strm.getline(line, kLineLen)) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp30 const int kLineLen = 8096; member in namespace:fst
46 char line[kLineLen];
47 while (strm.getline(line, kLineLen)) {
148 char line[kLineLen];
149 snprintf(line, kLineLen, "%s\t%lld\n", symbols_[i], Find(symbols_[i]));
/external/openfst/src/include/fst/script/
H A Dprint-impl.h75 static const int kLineLen = 8096; member in class:fst::FstPrinter
H A Dcompile-impl.h62 char line[kLineLen];
63 while (istrm.getline(line, kLineLen)) {
135 static const int kLineLen = 8096; member in class:fst::FstCompiler
H A Ddraw-impl.h110 static const int kLineLen = 8096; member in class:fst::FstDrawer
/external/openfst/src/lib/
H A Dsymbol-table.cc33 const int kLineLen = 8096; member in namespace:fst
44 char line[kLineLen];
45 while (strm.getline(line, kLineLen)) {
/external/openfst/src/include/fst/
H A Dutil.h284 const int kLineLen = 8096; local
285 char line[kLineLen];
289 while (strm.getline(line, kLineLen)) {
/external/srec/tools/grxmlcompile/
H A Dfst-io.h76 static const int kLineLen = 8096; member in class:fst::FstPrinter
219 char line[kLineLen];
220 while (istrm.getline(line, kLineLen)) {
287 static const int kLineLen = 8096; member in class:fst::FstReader

Completed in 3638 milliseconds