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

/external/python/cpython3/Objects/
H A Dunicodeobject.c956 int share_wstr, share_utf8; local
965 share_utf8 = _PyUnicode_SHARE_UTF8(unicode);
973 if (!share_utf8 && _PyUnicode_HAS_UTF8_MEMORY(unicode))
990 if (share_utf8) {
14963 int share_wstr, share_utf8; local
15003 share_utf8 = 0;
15008 share_utf8 = 1;
15034 if (share_utf8) {

Completed in 171 milliseconds