Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c1119 int share_wstr, share_utf8; in resize_inplace() local
1128 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()
15377 int share_wstr, share_utf8; in unicode_subtype_new() local
15417 share_utf8 = 0; in unicode_subtype_new()
15422 share_utf8 = 1; in unicode_subtype_new()
15448 if (share_utf8) { in unicode_subtype_new()