Home | History | Annotate | Download | only in regexp

Lines Matching defs:to_

220     Entry() : from_(0), to_(0), out_set_(NULL) { }
222 : from_(from), to_(to), out_set_(out_set) {
226 uc32 to() { return to_; }
227 void set_to(uc32 value) { to_ = value; }
234 uc32 to_;