Home | History | Annotate | Download | only in unicode

Lines Matching refs:hash

183     // Hash set of nodes, maps from nodes to integer 1.
191 Node(int32_t initialHash) : hash(initialHash), offset(0) {}
192 inline int32_t hashCode() const { return hash; }
242 int32_t hash;
272 hash=hash*37+v;
333 hash=(hash*37+c)*37+value;
341 hash=(hash*37+c)*37+hashCode(node);