Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c998 int share_wstr, share_utf8; in resize_inplace() local
1007 share_utf8 = _PyUnicode_SHARE_UTF8(unicode); in resize_inplace()
1015 if (!share_utf8 && _PyUnicode_HAS_UTF8_MEMORY(unicode)) in resize_inplace()
1032 if (share_utf8) { in resize_inplace()
15031 int share_wstr, share_utf8; in unicode_subtype_new() local
15071 share_utf8 = 0; in unicode_subtype_new()
15076 share_utf8 = 1; in unicode_subtype_new()
15102 if (share_utf8) { in unicode_subtype_new()