Lines Matching defs:utf8
71 in the length field; the utf8 pointer is equal to the data pointer. */
83 * (length is the length of the utf8 and wstr strings)
85 * (since ASCII is decoded from UTF-8, the utf8 string are the data)
96 * utf8 is not shared with data
97 * utf8_length = 0 if utf8 is NULL
117 * utf8 is NULL
129 * utf8 is shared and utf8_length = length with data.any if ascii = 1
130 * utf8_length = 0 if utf8 is NULL
213 Py_ssize_t utf8_length; /* Number of bytes in utf8, excluding the
215 char *utf8; /* UTF-8 representation (null-terminated) */