Searched defs:rstrip (Results 1 – 3 of 3) sorted by relevance
50 static char* rstrip(char *s) { in rstrip() function
1663 StringRef rstrip(BlockAllocator &balloc, const StringRef &s) { in rstrip() function
1521 def rstrip(self, chars=None): member in UserString