Home
last modified time | relevance | path

Searched refs:RIGHTSTRIP (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
Dstropmodule.c25 #define RIGHTSTRIP 1 macro
391 if (striptype != RIGHTSTRIP) { in do_strip()
450 return do_strip(args, RIGHTSTRIP); in strop_rstrip()
/external/python/cpython3/Objects/
Dbytesobject.c1747 #define RIGHTSTRIP 1 macro
1946 if (striptype != RIGHTSTRIP) { in do_xstrip()
1978 if (striptype != RIGHTSTRIP) { in do_strip()
2061 return do_argstrip(self, RIGHTSTRIP, bytes); in bytes_rstrip_impl()
Dunicodeobject.c12231 #define RIGHTSTRIP 1 macro
12261 if (striptype != RIGHTSTRIP) { in _PyUnicode_XStrip()
12341 if (striptype != RIGHTSTRIP) { in do_strip()
12367 if (striptype != RIGHTSTRIP) { in do_strip()
12459 return do_strip(self, RIGHTSTRIP); /* Common case */ in unicode_rstrip()
12461 return do_argstrip(self, RIGHTSTRIP, args); in unicode_rstrip()
/external/python/cpython2/Objects/
Dstringobject.c1435 #define RIGHTSTRIP 1 macro
1831 if (striptype != RIGHTSTRIP) { in do_xstrip()
1861 if (striptype != RIGHTSTRIP) { in do_strip()
1967 return do_strip(self, RIGHTSTRIP); /* Common case */ in string_rstrip()
1969 return do_argstrip(self, RIGHTSTRIP, args); in string_rstrip()
Dunicodeobject.c7057 #define RIGHTSTRIP 1 macro
7078 if (striptype != RIGHTSTRIP) { in _PyUnicode_XStrip()
7108 if (striptype != RIGHTSTRIP) { in do_strip()
7209 return do_strip(self, RIGHTSTRIP); /* Common case */ in unicode_rstrip()
7211 return do_argstrip(self, RIGHTSTRIP, args); in unicode_rstrip()