Lines Matching refs:w1
731 SW w1 = arc.weight.Value1();
733 StringWeightIterator<Label, S> iter1(w1);
735 Label l = w1.Size() == 1 ? iter1.Value() : 0;
740 CHECK(w1.Size() <= 1);
785 SW w1 = arc.weight.Value1();
789 if (w1.Size() == 0) {
792 typename Map::iterator miter = map_.find(w1);
797 map_.insert(pair<const SW, Label>(w1, l));
798 StringWeightIterator<Label, S> iter1(w1);
802 i < w1.Size();
804 n = i == w1.Size() - 1 ? state_ : fst_->AddState();