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

  /external/chromium_org/v8/src/
char-predicates.h 47 // WhiteSpace according to ECMA-262 5.1, 7.2.
48 struct WhiteSpace {
54 // \u0020 and \u00A0 are included in unibrow::WhiteSpace.
55 unibrow::WhiteSpace::Is(c);
60 // WhiteSpace and LineTerminator according to ECMA-262 5.1, 7.2 and 7.3.
63 return WhiteSpace::Is(c) || unibrow::LineTerminator::Is(c);
unicode.h 209 struct WhiteSpace {
dateparser-inl.h 130 // whitespace or other separators.
155 // Ignore other characters and whitespace.
187 return DateToken::WhiteSpace(in_->position() - pre_pos);
dateparser.h 204 static DateToken WhiteSpace(int length) {
scanner.h 130 unibrow::Predicate<WhiteSpace, 128> kIsWhiteSpace;
621 // Whether there is a line terminator whitespace character after
unicode.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/
whitespaces.js 6 // WhiteSpace defined in ECMA-262 5.1, 7.2

Completed in 170 milliseconds