OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newlinetext
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
WhitespaceManager.cpp
260
std::string
NewlineText
;
265
NewlineText
+= std::string(EscapedNewlineColumn - Offset - 1, ' ');
266
NewlineText
+= "\\\n";
270
return
NewlineText
+ getIndentText(Spaces);
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp
675
std::string
newLineText
("\n");
676
webView->confirmComposition(WebString::fromUTF8(
newLineText
.c_str()));
[
all
...]
Completed in 50 milliseconds