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

  /external/webkit/Source/WebCore/platform/chromium/
ClipboardUtilitiesChromium.cpp 42 static const UChar Newline = '\n';
44 str.replace(Newline, WindowsNewline);
  /external/llvm/include/llvm/Support/
Regex.h 31 /// Compile for newline-sensitive matching. With this flag '[^' bracket
32 /// expressions and '.' never match newline. A ^ anchor matches the
33 /// null string after any newline in the string in addition to its normal
35 /// newline in the string in addition to its normal function.
36 Newline=2
  /external/icu4c/data/brkitr/
word.txt 29 $Newline = [\p{Word_Break = Newline}];
82 [^$CR $LF $Newline]? ($Extend | $Format)+;
148 ($Format | $Extend)* [^$CR $LF $Newline]?;
word_POSIX.txt 29 $Newline = [\p{Word_Break = Newline}];
82 [^$CR $LF $Newline]? ($Extend | $Format)+;
148 ($Format | $Extend)* [^$CR $LF $Newline]?;
word_ja.txt 29 $Newline = [\p{Word_Break = Newline}];
82 [^$CR $LF $Newline]? ($Extend | $Format)+;
153 ($Format | $Extend)* [^$CR $LF $Newline]?;
  /external/llvm/lib/Support/
Regex.cpp 28 if (Flags & Newline)
  /external/clang/lib/AST/
CommentParser.cpp 90 if (P.Tok.is(tok::newline)) {
91 // If we see a single newline token between text tokens, skip it.
92 Token Newline = P.Tok;
95 P.putBack(Newline);
562 case tok::newline: {
564 if (Tok.is(tok::newline) || Tok.is(tok::eof)) {
614 // by a newline.
615 if (Tok.is(tok::newline))
620 Tok.is(tok::newline)) {
626 if (Tok.is(tok::newline)) {
    [all...]
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 304 static const UChar Newline = '\n';
306 str.replace(Newline, WindowsNewline);
  /external/llvm/utils/FileCheck/
FileCheck.cpp 332 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo))
633 // Scan for newline.
639 // Handle \n\r and \r\n as a single newline.
709 // the previous line (i.e. that there is one newline between them).

Completed in 344 milliseconds