Lines Matching refs:state
69 structure. state.ascii and state.compact are set, and the data
204 } state;
209 PyCompactUnicodeObject structure. state.compact is set, and the data
251 /* Values for PyASCIIObject.state: */
253 /* Interning state. */
260 return _PyASCIIObject_CAST(op)->state.interned;
269 return _PyASCIIObject_CAST(op)->state.ready;
280 return _PyASCIIObject_CAST(op)->state.ascii;
289 return _PyASCIIObject_CAST(op)->state.compact;
298 return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
318 _PyASCIIObject_CAST(op)->state.kind)