Searched refs:self_s (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython3/Objects/stringlib/
H A Dtransmogrify.h241 const char *self_s; local
273 self_s = STRINGLIB_STR(self);
283 *result_s++ = *self_s++;
293 *result_s++ = *self_s++;
300 memcpy(result_s, self_s, self_len - i);
311 const char *self_s, *start, *next, *end; local
318 self_s = STRINGLIB_STR(self);
320 count = countchar(self_s, self_len, from_c, maxcount);
334 start = self_s;
335 end = self_s
356 const char *self_s, *start, *next, *end; local
408 const char *self_s, *end; local
456 const char *self_s, *end; local
508 const char *self_s, *start, *next, *end; local
572 const char *self_s, *start, *next, *end; local
[all...]
/external/python/cpython2/Objects/
H A Dbytearrayobject.c1572 char *self_s, *result_s; local
1603 self_s = PyByteArray_AS_STRING(self);
1614 *result_s++ = *self_s++;
1620 Py_MEMCPY(result_s, self_s, self_len-i);
1631 char *self_s, *result_s; local
1638 self_s = PyByteArray_AS_STRING(self);
1640 count = countchar(self_s, self_len, from_c, maxcount);
1653 start = self_s;
1654 end = self_s + self_len;
1675 char *self_s, *result_ local
1727 char *self_s, *result_s, *start, *end, *next; local
1774 char *self_s; local
1824 char *self_s, *result_s; local
1891 char *self_s, *result_s; local
[all...]
H A Dstringobject.c2359 char *self_s, *result_s; local
2390 self_s = PyString_AS_STRING(self);
2401 *result_s++ = *self_s++;
2407 Py_MEMCPY(result_s, self_s, self_len-i);
2418 char *self_s, *result_s; local
2425 self_s = PyString_AS_STRING(self);
2427 count = countchar(self_s, self_len, from_c, maxcount);
2440 start = self_s;
2441 end = self_s + self_len;
2461 char *self_s, *result_ local
2513 char *self_s, *result_s, *start, *end, *next; local
2560 char *self_s; local
2610 char *self_s, *result_s; local
2676 char *self_s, *result_s; local
[all...]

Completed in 145 milliseconds