Lines Matching refs:bytes
76 /* "ä" (2 bytes) may become "\U000000E4" (10 bytes), or 1:5
77 "\ä" (3 bytes) may become "\u005c\U000000E4" (16 bytes), or ~1:6 */
171 const char *s = PyBytes_AsString(t->bytes);
247 /* Just return the bytes. The caller will parse the resulting
264 "bytes can only contain ASCII "
304 if (parent && parent->bytes) {
305 const char *parent_str = PyBytes_AsString(parent->bytes);
386 /* Allocate 3 extra bytes: open paren, close paren, null byte. */
1068 const char* the_str = PyBytes_AsString(first_token->bytes);