HomeSort by relevance Sort by last modified time
    Searched refs:kLineLen (Results 1 - 8 of 8) sorted by null

  /external/openfst/src/script/
text-io.cc 40 const int kLineLen = 8096;
41 char line[kLineLen];
45 while (strm.getline(line, kLineLen)) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 30 const int kLineLen = 8096;
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/
compile-impl.h 62 char line[kLineLen];
63 while (istrm.getline(line, kLineLen)) {
135 static const int kLineLen = 8096;
print-impl.h 75 static const int kLineLen = 8096;
draw-impl.h 110 static const int kLineLen = 8096;
  /external/openfst/src/lib/
symbol-table.cc 33 const int kLineLen = 8096;
44 char line[kLineLen];
45 while (strm.getline(line, kLineLen)) {
  /external/srec/tools/grxmlcompile/
fst-io.h 76 static const int kLineLen = 8096;
219 char line[kLineLen];
220 while (istrm.getline(line, kLineLen)) {
287 static const int kLineLen = 8096;
  /external/openfst/src/include/fst/
util.h 284 const int kLineLen = 8096;
285 char line[kLineLen];
289 while (strm.getline(line, kLineLen)) {

Completed in 90 milliseconds