OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_whitespace
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/svg/
SkSVGParser.cpp
324
static bool
is_whitespace
(char ch) {
function
334
while (
is_whitespace
(valCh[index]))
351
} while (
is_whitespace
(next) == false);
356
while (
is_whitespace
(valCh[--index]))
Completed in 170 milliseconds