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

/external/chromium_org/v8/src/
H A Dunicode.h224 struct WhiteSpace { struct in namespace:unibrow
H A Ddateparser-inl.h210 return DateToken::WhiteSpace(in_->position() - pre_pos);
H A Ddateparser.h227 static DateToken WhiteSpace(int length) { function in struct:v8::internal::DateParser::DateToken
H A Dscanner.h144 unibrow::Predicate<unibrow::WhiteSpace, 128> kIsWhiteSpace;
H A Dunicode.cc770 // WhiteSpace: 'Ws' in point.properties
778 bool WhiteSpace::Is(uchar c) {
H A Druntime.cc6416 return unibrow::WhiteSpace::Is(c) || c == 0x200b || c == 0xfeff;
/external/v8/src/
H A Dunicode.h273 struct WhiteSpace { struct in namespace:unibrow
H A Ddateparser-inl.h206 return DateToken::WhiteSpace(in_->position() - pre_pos);
H A Ddateparser.h227 static DateToken WhiteSpace(int length) { function in struct:v8::internal::DateParser::DateToken
H A Dscanner.h163 unibrow::Predicate<unibrow::WhiteSpace, 128> kIsWhiteSpace;
H A Dunicode.cc771 // WhiteSpace: 'Ws' in point.properties
779 bool WhiteSpace::Is(uchar c) {
H A Druntime.cc6232 return unibrow::WhiteSpace::Is(c) || c == 0x200b || c == 0xfeff;

Completed in 648 milliseconds