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

  /external/v8/src/
unicode-cache.h 35 unibrow::Predicate<unibrow::LineTerminator, 128> kIsLineTerminator;
char-predicates.h 74 // WhiteSpace and LineTerminator according to ES6 draft section 11.2 and 11.3
78 return WhiteSpace::Is(c) || unibrow::LineTerminator::Is(c);
unicode.h 190 struct V8_EXPORT_PRIVATE LineTerminator {
unicode.cc     [all...]
  /prebuilts/go/darwin-x86/src/html/template/
content.go 66 // StringCharacter :: SourceCharacter but not `\` or LineTerminator
transition.go 392 // "However, the LineTerminator at the end of the line is not
escape.go 625 // LineTerminator for purposes of parsing by
  /prebuilts/go/linux-x86/src/html/template/
content.go 66 // StringCharacter :: SourceCharacter but not `\` or LineTerminator
transition.go 392 // "However, the LineTerminator at the end of the line is not
escape.go 625 // LineTerminator for purposes of parsing by

Completed in 135 milliseconds