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

  /external/oprofile/libutil++/
string_manip.cpp 84 string ltrim(string const & str, string const & totrim) function
102 return rtrim(ltrim(str, totrim), totrim);
string_manip.h 49 std::string ltrim(std::string const & str, std::string const & totrim = "\t ");
52 /// ltrim(rtrim(str))
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp 78 StringRef TrimmedFName = FName.ltrim("_");
  /external/oprofile/libpp/
name_storage.cpp 100 n.name_processed += ltrim(n.name, "?");
  /external/llvm/lib/Support/
Host.cpp 493 Implementer = Lines[I].substr(15).ltrim("\t :");
502 return StringSwitch<const char *>(Lines[I].substr(8).ltrim("\t :"))
548 Implementer = Lines[I].substr(15).ltrim("\t :");
  /external/llvm/include/llvm/ADT/
StringRef.h 492 StringRef ltrim(StringRef Chars = " \t\n\v\f\r") const {
505 return ltrim(Chars).rtrim(Chars);
  /external/linux-tools-perf/
builtin-script.c 777 static char *ltrim(char *str) function
799 p = ltrim(line);
808 p = ltrim(p);
814 desc->half_liner = strdup(ltrim(p));
820 desc->args = strdup(ltrim(p));
  /external/llvm/unittests/ADT/
StringRefTest.cpp 232 EXPECT_EQ(StringRef("hello"), Str0.ltrim());
233 EXPECT_EQ(StringRef("hello "), Str1.ltrim());
234 EXPECT_EQ(StringRef("hello "), Str2.ltrim());
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 209 string result = ltrim(cur->input);
210 check_result("ltrim()", cur->input, cur->output, result);
  /external/clang/lib/Driver/
OptTable.cpp 197 StringRef Name = StringRef(Str).ltrim(PrefixChars);
  /external/llvm/lib/Option/
OptTable.cpp 198 StringRef Name = StringRef(Str).ltrim(PrefixChars);
  /external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 865 $expr = ltrim($this->getCurrExpr());
886 $expr = ltrim($this->getCurrExpr());
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 490 widthStr = widthStr.ltrim();
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 4220 milliseconds