Home
last modified time | relevance | path

Searched refs:find_newline (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/boost-docs/boost_1_72_0/libs/beast/example/echo-op/
H A Decho_op.cpp194 find_newline(typename DynamicBuffer::const_buffers_type const& buffers) in async_echo() function
232 pos = find_newline(buffer_.data()); in async_echo()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/example/echo-op/
H A Decho_op.cpp194 find_newline(typename DynamicBuffer::const_buffers_type const& buffers) in async_echo() function
232 pos = find_newline(buffer_.data()); in async_echo()
/dports/devel/boost-libs/boost_1_72_0/libs/beast/example/echo-op/
H A Decho_op.cpp194 find_newline(typename DynamicBuffer::const_buffers_type const& buffers) in async_echo() function
232 pos = find_newline(buffer_.data()); in async_echo()
/dports/devel/hyperscan/boost_1_75_0/libs/beast/example/echo-op/
H A Decho_op.cpp194 find_newline(typename DynamicBuffer::const_buffers_type const& buffers) in async_echo() function
232 pos = find_newline(buffer_.data()); in async_echo()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/closedcaption/src/
H A Dline_reader.rs78 fn find_newline(&mut self) -> Option<(usize, usize)> { in find_newline() method
168 if let Some((idx, pos)) = self.find_newline() { in line_with_drain()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/text/json/src/
H A Dline_reader.rs78 fn find_newline(&mut self) -> Option<(usize, usize)> { in find_newline() method
168 if let Some((idx, pos)) = self.find_newline() { in line_with_drain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dstorage_api.py305 newline_offset = self._buffer.find_newline(size)
315 newline_offset = self._buffer.find_newline(size)
577 def find_newline(self, size=-1): member in _Buffer
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/cloudstorage/cloudstorage/
H A Dstorage_api.py347 newline_offset = self._buffer.find_newline(size)
357 newline_offset = self._buffer.find_newline(size)
630 def find_newline(self, size=-1): member in _Buffer
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsearch.c663 find_newline (ptrdiff_t start, ptrdiff_t start_byte, ptrdiff_t end, in find_newline() function
962 charpos = find_newline (start, start_byte, limit, limit_byte, in scan_newline()
980 *charpos = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, count - 1, in scan_newline_from_point()
983 *charpos = find_newline (PT, PT_BYTE, ZV, ZV_BYTE, count, in scan_newline_from_point()
994 return find_newline (from, frombyte, 0, -1, cnt, NULL, bytepos, 0); in find_newline_no_quit()
1006 ptrdiff_t pos = find_newline (from, -1, to, -1, cnt, &counted, bytepos, 1); in find_before_next_newline()
3307 find_newline (BEGV, BEGV_BYTE, ZV, ZV_BYTE,
3319 found = find_newline (from, from_byte, 0, -1, 1, &counted,
H A Dindent.c547 scan = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &scan_byte, 1); in scan_for_column()
875 find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &posbyte, 1);
973 pos = find_newline (pos, pos_byte, BEGV, BEGV_BYTE, in indented_beyond_p()
H A Deditfns.c696 || (find_newline (XFIXNAT (new_pos), -1,
H A Dlisp.h4434 extern ptrdiff_t find_newline (ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t,
H A DChangeLog.13236 * search.c (find_newline): Avoid assertion violations in
7337 outside the buffer's restriction, as find_newline doesn't support that.
8024 * search.c (find_newline): Speed up the function when using the
8945 * search.c (newline_cache_on_off, find_newline): In indirect
10769 * search.c (find_newline): Rewrite to prefer offsets to pointers.
10782 * search.c (find_newline): If buffer text is relocated during the
11987 uses find_newline instead of scan_newline and so doesn't move point.
13209 Hook scanning and indentation functions to find_newline. This helps
13214 Use find_newline and avoid unnecessary point movements.
13215 * search.c (scan_newline): Implement on top of find_newline.
/dports/editors/emacs/emacs-27.2/src/
H A Dsearch.c649 find_newline (ptrdiff_t start, ptrdiff_t start_byte, ptrdiff_t end, in find_newline() function
948 charpos = find_newline (start, start_byte, limit, limit_byte, in scan_newline()
966 *charpos = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, count - 1, in scan_newline_from_point()
969 *charpos = find_newline (PT, PT_BYTE, ZV, ZV_BYTE, count, in scan_newline_from_point()
980 return find_newline (from, frombyte, 0, -1, cnt, NULL, bytepos, 0); in find_newline_no_quit()
992 ptrdiff_t pos = find_newline (from, -1, to, -1, cnt, &counted, bytepos, 1); in find_before_next_newline()
3275 find_newline (BEGV, BEGV_BYTE, ZV, ZV_BYTE,
3287 found = find_newline (from, from_byte, 0, -1, 1, &counted,
H A Dindent.c547 scan = find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &scan_byte, 1); in scan_for_column()
867 find_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, NULL, &posbyte, 1);
965 pos = find_newline (pos, pos_byte, BEGV, BEGV_BYTE, in indented_beyond_p()
H A Deditfns.c693 || (find_newline (XFIXNAT (new_pos), -1,
H A Dlisp.h4354 extern ptrdiff_t find_newline (ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t,
H A DChangeLog.13236 * search.c (find_newline): Avoid assertion violations in
7337 outside the buffer's restriction, as find_newline doesn't support that.
8024 * search.c (find_newline): Speed up the function when using the
8945 * search.c (newline_cache_on_off, find_newline): In indirect
10769 * search.c (find_newline): Rewrite to prefer offsets to pointers.
10782 * search.c (find_newline): If buffer text is relocated during the
11987 uses find_newline instead of scan_newline and so doesn't move point.
13209 Hook scanning and indentation functions to find_newline. This helps
13214 Use find_newline and avoid unnecessary point movements.
13215 * search.c (scan_newline): Implement on top of find_newline.
/dports/textproc/py-autopep8/autopep8-1.4.4/test/
H A Dtest_autopep8.py67 self.assertEqual(autopep8.CR, autopep8.find_newline(source))
71 self.assertEqual(autopep8.LF, autopep8.find_newline(source))
75 self.assertEqual(autopep8.CRLF, autopep8.find_newline(source))
79 self.assertEqual(autopep8.LF, autopep8.find_newline(source))
83 self.assertEqual(autopep8.CRLF, autopep8.find_newline(source))
86 self.assertEqual(autopep8.LF, autopep8.find_newline([]))
87 self.assertEqual(autopep8.LF, autopep8.find_newline(['', '']))
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/
H A Dautopep8.py1107 nl = find_newline(self.source[line_index - 1:line_index])
1397 def find_newline(source): function
3035 original_newline = find_newline(source_lines)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/pep8/
H A Dautopep8.py1107 nl = find_newline(self.source[line_index - 1:line_index])
1397 def find_newline(source): function
3035 original_newline = find_newline(source_lines)
/dports/textproc/py-autopep8/autopep8-1.4.4/
H A Dautopep8.py1279 nl = find_newline(self.source[fix_target_line:line_index])
1747 def find_newline(source): function
3390 original_newline = find_newline(source_lines)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/
H A Dautopep8.py1240 def find_newline(source): function
2832 original_newline = find_newline(source_lines)
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dlisp.h4145 extern ptrdiff_t find_newline (ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t,
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dlisp.h4145 extern ptrdiff_t find_newline (ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t,

12