Home | History | Annotate | Download | only in regexp

Lines Matching refs:w_

1091         w_(kNotYet),
1110 bool is_non_word() { return w_ == kLatticeOut; }
1111 bool is_word() { return w_ == kLatticeIn; }
1116 ContainedInLattice w_; // The \w character class.