HomeSort by relevance Sort by last modified time
    Searched full:newlines (Results 151 - 175 of 405) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/Lex/
Lexer.cpp 625 // character is. This needs to take into consideration newlines and
    [all...]
PPDirectives.cpp 240 // directive mode. Tell the lexer this so any newlines we see will be
274 // Get the identifier name without trigraphs or embedded newlines. Note
545 // mode. Tell the lexer this so any newlines we see will be converted into an
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 349 // FIXME: It would be cleaner if we emitted two newlines during the last
558 // This effectively translates newlines to spaces without copying the text.
734 // want them tab-delimited rather than having newlines before and after.
739 // "inline" or "RenderBlock", but we want newlines for them.
868 // and in that case we'll get null. We don't want to put in newlines at the start in that case.
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 191 // Exactly zero or one newlines -may- exist between [begin, end)
1012 __v16qi newlines = { '\\n', '\\n', '\\n', '\\n', '\\n', '\\n', '\\n', '\\n', local
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 103 * so this class never adds newlines or indentation. If you
119 * explicitly to add newlines or indentation. Alternatively, you
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 525 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
542 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 576 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
628 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 or 0x2029).
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 617 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
635 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 418 var newLines = newContent.split(/\r?\n/);
420 var diff = Array.diff(oldLines, newLines);
    [all...]
  /system/core/sh/
parser.c 96 MKINIT int checkkwd; /* 1 == check for kwds, 2 == also eat newlines */
728 * eat newlines
    [all...]
  /external/pcre/doc/
pcre.txt     [all...]
  /external/bluetooth/glib/gobject/
glib-mkenums.in 53 # strip newlines
  /external/clang/include/clang/Lex/
Lexer.h 272 /// character within the token. This handles trigraphs and escaped newlines.
  /external/icu4c/tools/toolutil/
xmlparser.cpp 509 // Att normalization step 1: normalize any newlines in the attribute value
  /external/jpeg/
djpeg.c 394 * Newlines in CR, CR/LF, or LF form will be printed as one newline.
  /external/mesa3d/docs/
relnotes-7.9.1.html 288 <li>glcpp: Return NEWLINE token for newlines inside multi-line comments.</li>
  /external/pcre/doc/html/
pcrecpp.html 191 PCRE_DOTALL dot matches newlines /s
  /external/stlport/stlport/stl/
_fstream.h 83 // where m is the number of newlines in the range. That's because an
  /external/webkit/Source/WebCore/bridge/
npapi.h 209 * and newlines (\n, NOT \r\n) separating lines.
  /external/webkit/Source/WebCore/page/
DragController.cpp 734 // on the web page. This includes replacing newlines with spaces.
    [all...]
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 424 // amount of data with no newlines and forcing us to buffer it all.
  /frameworks/base/core/java/android/text/
Html.java 744 * newlines count as spaces.
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 586 "keys must not contain spaces or newlines: \"" + key + "\"");
  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 147 * Lone carriage returns are treated like newlines.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 83 // where m is the number of newlines in the range. That's because an

Completed in 1391 milliseconds

1 2 3 4 5 67 8 91011>>