HomeSort by relevance Sort by last modified time
    Searched defs:WhiteSpace (Results 1 - 3 of 3) 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.h 204 static DateToken WhiteSpace(int length) {

Completed in 886 milliseconds