OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ltrim
(Results
1 - 4
of
4
) 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);
/external/chromium_org/third_party/WebKit/Source/platform/text/
BidiTestHarness.h
95
inline void
ltrim
(std::string& s)
function in namespace:bidi_test
118
ltrim
(s);
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
Completed in 1691 milliseconds