Lines Matching refs:_PyUnicode_HASH
117 #define _PyUnicode_HASH(op) \ macro
1135 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1335 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
1861 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11129 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11130 hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
11131 if (hash != -1 && hash != _PyUnicode_HASH(right_uni)) in _PyUnicode_EqualToASCIIId()
11646 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
11647 return _PyUnicode_HASH(self); in unicode_hash()
11656 _PyUnicode_HASH(self) = 0; in unicode_hash()
11661 _PyUnicode_HASH(self) = x; in unicode_hash()
15056 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15058 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
15115 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()