Searched refs:share_utf8 (Results 1 – 1 of 1) sorted by relevance
1119 int share_wstr, share_utf8; in resize_inplace() local1128 share_utf8 = _PyUnicode_SHARE_UTF8(unicode); in resize_inplace()1136 if (!share_utf8 && _PyUnicode_HAS_UTF8_MEMORY(unicode)) in resize_inplace()1153 if (share_utf8) { in resize_inplace()15636 int share_wstr, share_utf8; in unicode_subtype_new() local15670 share_utf8 = 0; in unicode_subtype_new()15675 share_utf8 = 1; in unicode_subtype_new()15701 if (share_utf8) { in unicode_subtype_new()