Searched refs:wstr_length (Results 1 – 3 of 3) sorted by relevance
79 …(*((string)->wstr + (offset) + (substring)->wstr_length-1) == *((substring)->wstr + (substring)->w…80 …!memcmp((string)->wstr + (offset), (substring)->wstr, (substring)->wstr_length*sizeof(Py_UNICODE)))232 Py_ssize_t wstr_length; /* Number of code points in wstr, possible member257 ((PyCompactUnicodeObject*)op)->wstr_length)
700 size = ((PyCompactUnicodeObject *)text)->wstr_length; in _Py_DumpASCII()
121 (((PyCompactUnicodeObject*)(op))->wstr_length)514 CHECK(compact->wstr_length == ascii->length); in _PyUnicode_CheckConsistency()522 CHECK(compact->wstr_length == 0); in _PyUnicode_CheckConsistency()1294 printf(" (%" PY_FORMAT_SIZE_T "u), ", compact->wstr_length); in _PyUnicode_Dump()