Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c1100 int share_wstr, share_utf8; in resize_inplace() local
1109 share_utf8 = _PyUnicode_SHARE_UTF8(unicode); in resize_inplace()
1117 if (!share_utf8 && _PyUnicode_HAS_UTF8_MEMORY(unicode)) in resize_inplace()
1134 if (share_utf8) { in resize_inplace()
15307 int share_wstr, share_utf8; in unicode_subtype_new() local
15341 share_utf8 = 0; in unicode_subtype_new()
15346 share_utf8 = 1; in unicode_subtype_new()
15372 if (share_utf8) { in unicode_subtype_new()

Completed in 31 milliseconds