Home
last modified time | relevance | path

Searched refs:_PyUnicode_STATE (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dunicodeobject.c115 #define _PyUnicode_STATE(op) \ macro
1136 _PyUnicode_STATE(unicode).interned = 0; in _PyUnicode_New()
1137 _PyUnicode_STATE(unicode).kind = 0; in _PyUnicode_New()
1138 _PyUnicode_STATE(unicode).compact = 0; in _PyUnicode_New()
1139 _PyUnicode_STATE(unicode).ready = 0; in _PyUnicode_New()
1140 _PyUnicode_STATE(unicode).ascii = 0; in _PyUnicode_New()
1336 _PyUnicode_STATE(unicode).interned = 0; in PyUnicode_New()
1337 _PyUnicode_STATE(unicode).kind = kind; in PyUnicode_New()
1338 _PyUnicode_STATE(unicode).compact = 1; in PyUnicode_New()
1339 _PyUnicode_STATE(unicode).ready = 1; in PyUnicode_New()
[all …]