Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytesobject.c1691 #define RIGHTSTRIP 1 macro
1890 if (striptype != RIGHTSTRIP) { in do_xstrip()
1922 if (striptype != RIGHTSTRIP) { in do_strip()
2005 return do_argstrip(self, RIGHTSTRIP, bytes); in bytes_rstrip_impl()
Dunicodeobject.c12815 #define RIGHTSTRIP 1 macro
12845 if (striptype != RIGHTSTRIP) { in _PyUnicode_XStrip()
12925 if (striptype != RIGHTSTRIP) { in do_strip()
12951 if (striptype != RIGHTSTRIP) { in do_strip()
13048 return do_argstrip(self, RIGHTSTRIP, chars); in unicode_rstrip_impl()