Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c134 #define _PyUnicode_STATE(op) \ macro
1257 _PyUnicode_STATE(unicode).interned = 0; in _PyUnicode_New()
1258 _PyUnicode_STATE(unicode).kind = 0; in _PyUnicode_New()
1259 _PyUnicode_STATE(unicode).compact = 0; in _PyUnicode_New()
1260 _PyUnicode_STATE(unicode).ready = 0; in _PyUnicode_New()
1261 _PyUnicode_STATE(unicode).ascii = 0; in _PyUnicode_New()
1460 _PyUnicode_STATE(unicode).interned = 0; in PyUnicode_New()
1461 _PyUnicode_STATE(unicode).kind = kind; in PyUnicode_New()
1462 _PyUnicode_STATE(unicode).compact = 1; in PyUnicode_New()
1463 _PyUnicode_STATE(unicode).ready = 1; in PyUnicode_New()
[all …]