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

/external/chromium_org/v8/src/
H A Dchar-predicates.h47 // WhiteSpace according to ECMA-262 5.1, 7.2.
48 struct WhiteSpace { struct in namespace:v8::internal
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);
H A Dunicode.h209 struct WhiteSpace { struct in namespace:unibrow
H A Ddateparser-inl.h187 return DateToken::WhiteSpace(in_->position() - pre_pos);
H A Ddateparser.h204 static DateToken WhiteSpace(int length) { function in struct:v8::internal::DateParser::DateToken
H A Dscanner.h132 unibrow::Predicate<WhiteSpace, 128> kIsWhiteSpace;
H A Dunicode.cc725 // WhiteSpace: point.category == 'Zs'
733 bool WhiteSpace::Is(uchar c) {

Completed in 2600 milliseconds