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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 72 HAS_ISYMBOLS = 1, // Has input symbol table
481 if (hdr->GetFlags() & FstHeader::HAS_ISYMBOLS)
509 file_flags |= FstHeader::HAS_ISYMBOLS;
  /external/openfst/src/include/fst/
fst.h 99 HAS_ISYMBOLS = 0x1, // Has input symbol table
690 file_flags |= FstHeader::HAS_ISYMBOLS;
717 file_flags |= FstHeader::HAS_ISYMBOLS;
804 if (hdr->GetFlags() & FstHeader::HAS_ISYMBOLS)

Completed in 1255 milliseconds