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

  /external/llvm/include/llvm/ADT/
SmallString.h 137 /// endswith - Check if this string ends with the given \p Suffix.
138 bool endswith(StringRef Suffix) const { function in class:llvm::SmallString
139 return str().endswith(Suffix);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py 83 def endswith(self, suffix, start=0, end=sys.maxint): member in class:UserString
84 return self.data.endswith(suffix, start, end)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py 83 def endswith(self, suffix, start=0, end=sys.maxint): member in class:UserString
84 return self.data.endswith(suffix, start, end)
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 56 bool endswith(StringRef Suffix) const { function in class:llvm::StringRef
102 if (AttrName.startswith("__") && AttrName.endswith("__"))
    [all...]

Completed in 137 milliseconds