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

/external/v8/test/unittests/
H A Dchar-predicates-unittest.cc12 TEST(CharPredicatesTest, WhiteSpace) {
15 EXPECT_TRUE(WhiteSpace::Is(0x0009));
16 EXPECT_TRUE(WhiteSpace::Is(0x000B));
17 EXPECT_TRUE(WhiteSpace::Is(0x000C));
18 EXPECT_TRUE(WhiteSpace::Is(' '));
19 EXPECT_TRUE(WhiteSpace::Is(0x00A0));
20 EXPECT_TRUE(WhiteSpace::Is(0x180E));
21 EXPECT_TRUE(WhiteSpace::Is(0xFEFF));
/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.h180 struct 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.cc1228 // WhiteSpace: (point.category == 'Zs') or ('JS_White_Space' in
1239 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', ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...

Completed in 258 milliseconds