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

  /external/v8/src/
char-predicates.h 70 struct V8_EXPORT_PRIVATE WhiteSpace {
73 struct WhiteSpace {
74 static inline bool Is(uc32 c) { return unibrow::WhiteSpace::Is(c); }
78 // WhiteSpace and LineTerminator according to ES6 draft section 11.2 and 11.3
83 return WhiteSpace::Is(c) || unibrow::IsLineTerminator(c);
char-predicates.cc 38 bool WhiteSpace::Is(uc32 c) {
unicode-cache.h 35 unibrow::Predicate<WhiteSpace, 128> kIsWhiteSpace;
unicode.h 197 struct V8_EXPORT_PRIVATE 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...]
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
gen_trieval.go 22 WS // WhiteSpace
trieval.go 18 WS // WhiteSpace
gen.go 44 "WS": WS, // WhiteSpace
  /external/webrtc/tools/matlab/
rtpAnalyze.m 221 'Delimiter', '', 'WhiteSpace', '', 'HeaderLines', startRow(1)-1, ...
226 endRow(block)-startRow(block)+1, 'Delimiter', '', 'WhiteSpace', ...

Completed in 155 milliseconds