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

/external/python/cpython3/Objects/
H A Dbytearrayobject.c892 const char *quote_prefix = "bytearray(b"; local
895 /* 15 == strlen(quote_prefix) + 2 + strlen(quote_postfix) + 1 */
932 while (*quote_prefix)
933 *p++ = *quote_prefix++;
/external/python/cpython2/Objects/
H A Dbytearrayobject.c924 const char *quote_prefix = "bytearray(b"; local
927 /* 14 == strlen(quote_prefix) + 2 + strlen(quote_postfix) */
964 while (*quote_prefix)
965 *p++ = *quote_prefix++;

Completed in 161 milliseconds