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

  /external/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) {
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 787 milliseconds