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

  /external/v8/test/unittests/
char-predicates-unittest.cc 12 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/
char-predicates.h 69 struct WhiteSpace {
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);
unicode-cache.h 36 unibrow::Predicate<WhiteSpace, 128> kIsWhiteSpace;
unicode.h 180 struct WhiteSpace {
dateparser-inl.h 134 // whitespace or other separators.
172 // Ignore other characters and whitespace.
210 return DateToken::WhiteSpace(in_->position() - pre_pos);
dateparser.h 189 static DateToken WhiteSpace(int length) {
unicode.cc     [all...]
  /system/core/init/parser/
tokenizer_test.cpp 61 TEST(Tokenizer, WhiteSpace) {
  /external/v8/test/mjsunit/
whitespaces.js 6 // WhiteSpace defined in ECMA-262 5.1, 7.2
  /external/webrtc/tools/matlab/
rtpAnalyze.m 221 'Delimiter', '', 'WhiteSpace', '', 'HeaderLines', startRow(1)-1, ...
226 endRow(block)-startRow(block)+1, 'Delimiter', '', 'WhiteSpace', ...
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 264 milliseconds