Home | History | Annotate | Download | only in fst

Lines Matching refs:w1

822     SW w1 = arc.weight.Value1();
824 StringWeightIterator<Label, S> iter1(w1);
826 Label l = w1.Size() == 1 ? iter1.Value() : 0;
829 arc.ilabel != arc.olabel || w1.Size() > 1) {
894 SW w1 = arc.weight.Value1();
898 if (w1.Size() == 0) {
901 typename Map::iterator miter = map_.find(w1);
906 map_.insert(pair<const SW, Label>(w1, l));
907 StringWeightIterator<Label, S> iter1(w1);
911 i < w1.Size();
913 n = i == w1.Size() - 1 ? state_ : fst_->AddState();