HomeSort by relevance Sort by last modified time
    Searched refs:kLineLen (Results 1 - 6 of 6) 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/openfst/src/include/fst/script/
compile-impl.h 63 char line[kLineLen];
64 while (istrm.getline(line, kLineLen)) {
136 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 34 const int kLineLen = 8096;
48 char line[kLineLen];
49 while (strm.getline(line, kLineLen)) {
  /external/openfst/src/include/fst/
util.h 285 const int kLineLen = 8096;
286 char line[kLineLen];
290 while (strm.getline(line, kLineLen)) {

Completed in 166 milliseconds