Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c143 #define _PyUnicode_STATE(op) \ macro
1237 _PyUnicode_STATE(unicode).interned = 0; in _PyUnicode_New()
1238 _PyUnicode_STATE(unicode).kind = 0; in _PyUnicode_New()
1239 _PyUnicode_STATE(unicode).compact = 0; in _PyUnicode_New()
1240 _PyUnicode_STATE(unicode).ready = 0; in _PyUnicode_New()
1241 _PyUnicode_STATE(unicode).ascii = 0; in _PyUnicode_New()
1438 _PyUnicode_STATE(unicode).interned = 0; in PyUnicode_New()
1439 _PyUnicode_STATE(unicode).kind = kind; in PyUnicode_New()
1440 _PyUnicode_STATE(unicode).compact = 1; in PyUnicode_New()
1441 _PyUnicode_STATE(unicode).ready = 1; in PyUnicode_New()
[all …]