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

/external/v8/src/
H A Dchar-predicates.h69 struct WhiteSpace { struct in namespace:v8::internal
70 static inline bool Is(uc32 c) { return unibrow::WhiteSpace::Is(c); }
74 // WhiteSpace and LineTerminator according to ES6 draft section 11.2 and 11.3
78 return WhiteSpace::Is(c) || unibrow::LineTerminator::Is(c);
H A Dunicode-cache.h36 unibrow::Predicate<WhiteSpace, 128> kIsWhiteSpace;
H A Dunicode.h187 struct V8_EXPORT_PRIVATE WhiteSpace { struct in namespace:unibrow
H A Ddateparser-inl.h210 return DateToken::WhiteSpace(in_->position() - pre_pos);
H A Ddateparser.h189 static DateToken WhiteSpace(int length) { function in struct:v8::internal::DateParser::DateToken
H A Dunicode.cc1284 // WhiteSpace: (point.category == 'Zs') or ('JS_White_Space' in
1295 bool WhiteSpace::Is(uchar c) {
/external/webrtc/tools/matlab/
H A DrtpAnalyze.m221 'Delimiter', '', 'WhiteSpace', '', 'HeaderLines', startRow(1)-1, ...
226 endRow(block)-startRow(block)+1, 'Delimiter', '', 'WhiteSpace', ...

Completed in 190 milliseconds