Lines Matching refs:_PyUnicode_HASH
127 #define _PyUnicode_HASH(op) \ macro
1176 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1379 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
1905 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11163 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11164 hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
11165 if (hash != -1 && hash != _PyUnicode_HASH(right_uni)) in _PyUnicode_EqualToASCIIId()
11679 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
11680 return _PyUnicode_HASH(self); in unicode_hash()
11686 _PyUnicode_HASH(self) = x; in unicode_hash()
15082 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15084 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
15141 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()