OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skip_ws
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libutil/
op_string.c
37
char const *
skip_ws
(char const * c)
function
55
return !*
skip_ws
(c);
61
return *
skip_ws
(c) == '#';
/external/skia/src/animator/
SkParseSVGPath.cpp
75
static const char*
skip_ws
(const char str[])
function
124
data =
skip_ws
(data);
/external/skia/src/utils/
SkParse.cpp
49
static const char*
skip_ws
(const char str[])
function
110
str =
skip_ws
(str);
139
str =
skip_ws
(str);
165
str =
skip_ws
(str);
203
str =
skip_ws
(str);
SkParsePath.cpp
35
static const char*
skip_ws
(const char str[]) {
function
80
data =
skip_ws
(data);
Completed in 190 milliseconds