Searched refs:is_whitespace (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/mjsunit/
H A Dwhitespaces.js48 function is_whitespace(c) { function
57 if (is_whitespace(test_char)) {
68 if (is_whitespace(c)) {
79 if (is_whitespace(c)) {
87 if (!is_whitespace(c)) return;
96 if (is_whitespace(c)) {
/external/skia/src/svg/parser/
H A DSkSVGParser.cpp318 static bool is_whitespace(char ch) { function
328 while (is_whitespace(valCh[index]))
345 } while (is_whitespace(next) == false);
350 while (is_whitespace(valCh[--index]))
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
H A Dtokenizer.py80 def is_whitespace(self): member in class:Token
301 if token.is_whitespace():
H A Dmessage.py853 if not token.is_whitespace():
886 if not token.is_whitespace():
H A Dzone.py577 if not token.is_whitespace():
/external/skia/src/ports/
H A DSkFontMgr_android_parser.cpp132 static bool is_whitespace(char c) { function
140 while (is_whitespace(*start)) { ++start; }
143 while (is_whitespace(*end)) { --end; }

Completed in 1609 milliseconds