OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Newline
(Results
1 - 8
of
8
) 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/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 219 milliseconds