OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_whitespace
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
tokenizer.py
80
def
is_whitespace
(self):
member in class:Token
301
if token.
is_whitespace
():
/external/skia/src/ports/
SkFontMgr_android_parser.cpp
134
static bool
is_whitespace
(char c) {
function
142
while (
is_whitespace
(*start)) { ++start; }
145
while (
is_whitespace
(*end)) { --end; }
Completed in 222 milliseconds