Home | History | Annotate | Download | only in regexp

Lines Matching refs:uc32

221     Entry(uc32 from, uc32 to, OutSet* out_set)
225 uc32 from() { return from_; }
226 uc32 to() { return to_; }
227 void set_to(uc32 value) { to_ = value; }
233 uc32 from_;
234 uc32 to_;
240 typedef uc32 Key;
242 static const uc32 kNoKey;
244 static inline int Compare(uc32 a, uc32 b) {
255 OutSet* Get(uc32 value);
277 void Call(uc32 from, DispatchTable::Entry entry);