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

/external/v8/src/
H A Dunicode.h229 struct WhiteSpace { struct in namespace:unibrow
H A Dscanner.h350 static unibrow::Predicate<unibrow::WhiteSpace, 128> kIsWhiteSpace;
H A Dscanner.cc43 unibrow::Predicate<unibrow::WhiteSpace, 128> Scanner::kIsWhiteSpace;
425 // JSON WhiteSpace is tab, carrige-return, newline and space.
H A Dunicode.cc471 // WhiteSpace: 'Ws' in point.properties
475 bool WhiteSpace::Is(uchar c) {
H A Druntime.cc4103 return unibrow::WhiteSpace::Is(c) || c == 0x200b;
/external/webkit/WebCore/css/
H A DCSSStyleSelector.cpp3294 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(whiteSpace, WhiteSpace)

Completed in 118 milliseconds