Home | History | Annotate | Download | only in fst

Lines Matching refs:nstates_

46         nstates_(0) { }
52 nstates_(0) { }
62 ++nstates_;
95 cc->resize(nstates_, kNoStateId);
97 for (StateId i = 0; i < nstates_; ++i) {
112 StateId nstates_; // State count
193 StateId nstates_; // State count
219 nstates_ = 0;
240 (*dfnumber_)[s] = nstates_;
241 (*lowlink_)[s] = nstates_;
252 ++nstates_;