HomeSort by relevance Sort by last modified time
    Searched refs:endswith_lower (Results 1 - 5 of 5) sorted by null

  /external/llvm/unittests/ADT/
StringRefTest.cpp 283 EXPECT_TRUE(Str.endswith_lower(""));
284 EXPECT_TRUE(Str.endswith_lower("lo"));
285 EXPECT_TRUE(Str.endswith_lower("LO"));
286 EXPECT_TRUE(Str.endswith_lower("ELlo"));
287 EXPECT_FALSE(Str.endswith_lower("helloworld"));
288 EXPECT_FALSE(Str.endswith_lower("hi"));
  /external/llvm/include/llvm/ADT/
StringRef.h 229 bool endswith_lower(StringRef Suffix) const;
  /external/llvm/lib/Support/
StringRef.cpp 67 bool StringRef::endswith_lower(StringRef Suffix) const { function in class:StringRef
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 102 milliseconds