HomeSort by relevance Sort by last modified time
    Searched refs:WhiteSpace (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
scanner.h 350 static unibrow::Predicate<unibrow::WhiteSpace, 128> kIsWhiteSpace;
429 // The only allowed whitespace characters between tokens are tab,
unicode.h 229 struct WhiteSpace {
scanner.cc 43 unibrow::Predicate<unibrow::WhiteSpace, 128> Scanner::kIsWhiteSpace;
353 // Skip initial whitespace allowing HTML comment ends just like
425 // JSON WhiteSpace is tab, carrige-return, newline and space.
437 // We treat byte-order marks (BOMs) as whitespace for better
450 // line (with only whitespace in front of it), we treat the rest
485 return Token::WHITESPACE;
497 // consume the '/' and insert a whitespace. This way all
498 // multi-line comments are treated as whitespace - even the ones
505 return Token::WHITESPACE;
543 token = Token::WHITESPACE;
    [all...]
unicode.cc 471 // WhiteSpace: 'Ws' in point.properties
475 bool WhiteSpace::Is(uchar c) {
    [all...]
runtime.cc     [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 133 milliseconds