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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 206 Label nonterminal = nonterminal_hash_[root]; local
207 root_ = (nonterminal > 0) ? nonterminal : 1;
212 Label nonterminal = nonterminal_hash_[label]; local
213 delete fst_array_[nonterminal];
214 fst_array_[nonterminal] = fst->Copy();
329 Label nonterminal = it->second; local
330 const Fst<A>* nt_fst = fst_array_[nonterminal];
339 StateTuple(nt_prefix, nonterminal, nt_start));
  /external/openfst/src/include/fst/
replace.h 359 Label nonterminal = fst_tuples[i].first; local
360 if (nonterminal >= 0)
362 if (nonterminal > fst_tuples.size() || nonterminal <= 0)
398 Label nonterminal = nonterminal_hash_[opts.root]; local
399 if ((nonterminal == 0) && (fst_array_.size() > 1)) {
404 root_ = (nonterminal > 0) ? nonterminal : 1;
739 Label nonterminal = it->second; local
740 const Fst<A>* nt_fst = fst_array_[nonterminal];
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 2509 milliseconds