Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dbytesobject.c1711 #define RIGHTSTRIP 1 macro
1910 if (striptype != RIGHTSTRIP) { in do_xstrip()
1942 if (striptype != RIGHTSTRIP) { in do_strip()
2025 return do_argstrip(self, RIGHTSTRIP, bytes); in bytes_rstrip_impl()
H A Dunicodeobject.c12500 #define RIGHTSTRIP 1 macro
12530 if (striptype != RIGHTSTRIP) { in _PyUnicode_XStrip()
12610 if (striptype != RIGHTSTRIP) { in do_strip()
12636 if (striptype != RIGHTSTRIP) { in do_strip()
12733 return do_argstrip(self, RIGHTSTRIP, chars); in unicode_rstrip_impl()

Completed in 22 milliseconds