Home | History | Annotate | Download | only in lib

Lines Matching refs:Empty

99       const String *empty = FindString(new String());
100 StateId start = FindState(Element(fst_->Start(), empty, empty));
110 if ((w != Weight::Zero()) && (e.istring)->empty() && (e.ostring)->empty())
145 if (!s->empty())
157 if (l && !(s->empty())) r->push_back(l);
170 // Tests if the concatenation of s and l is empty
171 bool Empty(const String *s, Label l = 0) const {
172 if (s->empty())
216 if (!Empty(e.istring, arc.ilabel) && !Empty(e.ostring, arc.olabel)) {