Lines Matching refs:uc32
248 Entry(uc32 from, uc32 to, OutSet* out_set) in Entry()
252 uc32 from() { return from_; } in from()
253 uc32 to() { return to_; } in to()
254 void set_to(uc32 value) { to_ = value; } in set_to()
260 uc32 from_;
261 uc32 to_;
267 typedef uc32 Key;
269 static const uc32 kNoKey;
271 static inline int Compare(uc32 a, uc32 b) { in Compare()
282 OutSet* Get(uc32 value);
304 void Call(uc32 from, DispatchTable::Entry entry);