Home | History | Annotate | Download | only in regexp

Lines Matching defs:w_

1142         w_(kNotYet),
1161 bool is_non_word() { return w_ == kLatticeOut; }
1162 bool is_word() { return w_ == kLatticeIn; }
1167 ContainedInLattice w_; // The \w character class.