Lines Matching refs:uc32
272 Entry(uc32 from, uc32 to, OutSet* out_set) in Entry()
276 uc32 from() { return from_; } in from()
277 uc32 to() { return to_; } in to()
278 void set_to(uc32 value) { to_ = value; } in set_to()
284 uc32 from_;
285 uc32 to_;
291 typedef uc32 Key;
293 static const uc32 kNoKey;
295 static inline int Compare(uc32 a, uc32 b) { in Compare()
306 OutSet* Get(uc32 value);
328 void Call(uc32 from, DispatchTable::Entry entry);