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

  /frameworks/base/opengl/libs/tools/
glentrygen 19 sub rtrim($) subroutine
33 my $type = rtrim($2);
glapigen 19 sub rtrim($) subroutine
33 my $type = rtrim($2);
gltracegen 19 sub rtrim($) subroutine
83 my $type = rtrim($1);
  /external/oprofile/libutil++/
string_manip.cpp 92 string rtrim(string const & str, string const & totrim) function
102 return rtrim(ltrim(str, totrim), totrim);
string_manip.h 51 std::string rtrim(std::string const & str, std::string const & totrim = "\t ");
52 /// ltrim(rtrim(str))
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 70 CharSequence rtrim(CharSequence substr, int start, int end) { method in class:Ticker.Segment
92 return rtrim(substr, start, end);
123 CharSequence result = rtrim(substr, start, end);
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 187 string result = rtrim(cur->input);
188 check_result("rtrim()", cur->input, cur->output, result);
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 189 milliseconds