/external/webkit/Source/WebCore/editing/ |
TypingCommand.cpp | 379 size_t newline; local 380 while ((newline = text.find('\n', offset)) != notFound) { 381 if (newline != offset) 382 insertTextRunWithoutNewlines(text.substring(offset, newline - offset), false); 384 offset = newline + 1; 437 // Breaking the blockquote would also break apart the table, which is unecessary when inserting a newline
|
CompositeEditCommand.cpp | 306 size_t newline; local 308 newline = text.find('\n', offset); 309 if (newline != offset) { 312 int substringLength = newline == notFound ? length - offset : newline - offset; 315 if (newline != notFound) 318 offset = newline + 1; 319 } while (newline != notFound && offset != length); 678 // We are certain that the position is at a line break, but it may be a br or a preserved newline. [all...] |
/external/pcre/ |
pcre_dfa_exec.c | 80 #define NLBLOCK md /* Block containing newline information */ 2838 int newline; local [all...] |
pcrecpp.cc | 362 int newline; local 363 pcre_config(PCRE_CONFIG_NEWLINE, &newline); 364 if (newline == 10) 366 else if (newline == 13) 368 else if (newline == 3338) 370 else if (newline == -1) 372 else if (newline == -2) 375 assert(NULL == "Unexpected return value from pcre_config(NEWLINE)");
|
pcre_compile.c | 49 #define NLBLOCK cd /* Block containing newline information */ 397 "inconsistent NEWLINE options\0" 6821 int firstbyte, reqbyte, newline; local [all...] |
pcre_exec.c | 49 #define NLBLOCK md /* Block containing newline information */ 5606 int newline; local [all...] |
/frameworks/base/cmds/dumpstate/ |
utils.c | 124 int newline = 0; local 128 newline = (buffer[ret - 1] == '\n'); 135 if (!newline) printf("\n");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInRefactoring.java | 367 InsertEdit newline = new InsertEdit(mSelectionStart + index, indentUnit); local 372 if (deletion.covers(newline)) { 378 rootEdit.addChild(newline);
|
/external/dbus/dbus/ |
dbus-shell.c | 38 * Double quotes allow $ ` " \ and newline to be escaped with backslash. 162 * like 'foo'\''bar'. Double quotes allow $, `, ", \, and newline to 202 * except newline, which is removed if it follows 280 * characters that appear in the input (except for newline 286 * 2) "If the current character is an unquoted newline character, 297 * characters up to, but excluding, the next newline character 298 * will be discarded as a comment. The newline character that 302 * consider an escaped newline character specially, a comment 371 /* we append nothing; backslash-newline become nothing */ 387 /* Discard up to and including next newline */ [all...] |
/system/core/toolbox/ |
getevent.c | 498 char *newline = "\n"; local 521 newline = ""; 624 printf("%04x%s", sw, newline); 657 printf("%s", newline);
|
/development/tools/emulator/opengl/host/tools/emugen/ |
EntryPoint.cpp | 156 void EntryPoint::print(FILE *fp, bool newline, 175 fprintf(fp, ")%s", newline? "\n" : "");
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
textiselementcontentwhitespace03.js | 80 Get the newline between the "body" and "p" element. Since node is both in element content
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PrintStreamTest.java | 364 assertTrue("Newline not written", (c = (char) isr.read()) == '\r' 385 // followed by newLine separator in the reading buffer, instead its 386 // followed by zeros. The newline is written as the last entry 390 boolean newline = false; 393 newline = true; 395 assertTrue("Newline not written", newline); 409 assertTrue("Newline not written", (c = isr.read()) == '\r' || c == '\n'); 426 assertTrue("Newline not written", (c = isr.read()) == '\r' || c == '\n'); 443 assertTrue("Newline not written", (c = isr.read()) == '\r' || c == '\n') [all...] |
/external/icu4c/test/intltest/ |
intltest.h | 248 virtual void LL_message( UnicodeString message, UBool newline );
|
intltest.cpp | 981 void IntlTest::LL_message( UnicodeString message, UBool newline ) 1019 if (newline) { 1020 char newLine = '\n'; 1021 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp); 1024 // A newline usually flushes the buffer, but [all...] |
/external/skia/src/core/ |
SkStream.cpp | 104 void SkWStream::newline() function in class:SkWStream 729 void SkDebugWStream::newline() function in class:SkDebugWStream
|
/external/chromium/base/metrics/ |
histogram.cc | 147 void Histogram::WriteAscii(bool graph_it, const std::string& newline, 156 output->append(newline); 198 output->append(newline); 205 output->append(newline); [all...] |
histogram.h | 404 void WriteAscii(bool graph_it, const std::string& newline,
|
/external/ppp/pppd/ |
options.c | 394 int i, newline, ret, err; local 426 while (getword(f, cmd, &newline, filename)) { 435 if (!getword(f, args[i], &newline, filename)) { 1107 * \<newline> is ignored. 1136 * A newline means the end of a comment; backslash-newline 1149 * Ignore characters other than newline in a comment. 1198 * This character is escaped: backslash-newline is ignored, [all...] |
/frameworks/base/services/java/com/android/server/ |
DropBoxManagerService.java | 369 boolean newline = false; 374 newline = (buf[n - 1] == '\n'); 382 if (!newline) out.append("\n");
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_database_unittest.cc | 223 size_t newline = str.find('\n'); local 224 if (newline != std::string::npos) { 225 const std::string msg = str.substr(0, newline + 1); [all...] |
/external/chromium/third_party/libevent/ |
evdns.c | 2782 char *const newline = strchr(start, '\\n'); local [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 357 \n? # maybe *one* newline 361 \n? # maybe one newline 472 (?=\n+|\Z) # followed by a newline or end of document 482 (?=\n+|\Z) # followed by a newline or end of document 684 (?:\n[ ]*)? # one optional newline followed by spaces 806 (?:\n[ ]*)? # one optional newline followed by spaces 1893 $newline = "$void\\n"; variable [all...] |
/external/v8/test/mjsunit/ |
regexp.js | 45 re = /^./gm; // any non-newline character at the beginning of a line 55 re = /.$/gm; // any non-newline character at the end of a line
|
/external/iproute2/ip/ |
ipxfrm.c | 509 FILE *fp, const char *prefix, int newline) 541 if (newline)
|