HomeSort by relevance Sort by last modified time
    Searched refs:ltrim (Results 1 - 5 of 5) 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/oprofile/libpp/
name_storage.cpp 100 n.name_processed += ltrim(n.name, "?");
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 209 string result = ltrim(cur->input);
210 check_result("ltrim()", cur->input, cur->output, result);
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 865 $expr = ltrim($this->getCurrExpr());
886 $expr = ltrim($this->getCurrExpr());
    [all...]

Completed in 24 milliseconds