Home | History | Annotate | Download | only in unicode

Lines Matching defs:hashCode

178      * they call the static Node::hashCode() which checks for a NULL pointer first.
195 inline int32_t hashCode() const { return hash; }
197 static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); }
293 : ValueNode(0x222222u*37u+hashCode(nextNode)), next(nextNode) { setValue(v); }
310 : ValueNode((0x333333u*37u+len)*37u+hashCode(nextNode)),
353 hash=(hash*37u+c)*37u+hashCode(node);
369 hashCode(lessThanNode))*37u+hashCode(greaterOrEqualNode)),
385 : ValueNode((0x666666u*37u+len)*37u+hashCode(subNode)),