OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Newline
(Results
1 - 3
of
3
) 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/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp
304
static const UChar
Newline
= '\n';
306
str.replace(
Newline
, WindowsNewline);
Completed in 63 milliseconds