Home
last modified time | relevance | path

Searched refs:RIGHTSTRIP (Results 1 – 3 of 3) 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/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()