HomeSort by relevance Sort by last modified time
    Searched defs:lstrip (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 24 std::string lstrip(const std::string& one, const std::string& two) { function in namespace:__anon16464
266 filename = lstrip(filename, "/usr/local/google");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 84 def lstrip(s): function
85 """lstrip(s) -> string
90 return s.lstrip()
UserString.py 104 def lstrip(self, chars=None): return self.__class__(self.data.lstrip(chars)) member in class:UserString
string.py 260 def lstrip(s, chars=None): function
261 """lstrip(s [,chars]) -> string
267 return s.lstrip(chars)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 84 def lstrip(s): function
85 """lstrip(s) -> string
90 return s.lstrip()
UserString.py 104 def lstrip(self, chars=None): return self.__class__(self.data.lstrip(chars)) member in class:UserString
string.py 260 def lstrip(s, chars=None): function
261 """lstrip(s [,chars]) -> string
267 return s.lstrip(chars)

Completed in 80 milliseconds