Home
last modified time | relevance | path

Searched defs:rstrip (Results 1 – 3 of 3) sorted by relevance

/third_party/iowow/src/utils/
Diwini.c50 static char* rstrip(char *s) { in rstrip() function
/third_party/nghttp2/src/
Dutil.cc1663 StringRef rstrip(BlockAllocator &balloc, const StringRef &s) { in rstrip() function
/third_party/python/Lib/collections/
D__init__.py1521 def rstrip(self, chars=None): member in UserString