Home
last modified time | relevance | path

Searched defs:newline (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/boost/boost/iostreams/detail/
Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCheckTags.java72 private boolean newline; field in CheckTags.DocStack
113 public void output(String msg, boolean error, boolean newline) { in output()
117 void output(String msg, boolean error, boolean newline, int ix) { in output()
247 boolean newline = false; field in CheckTags
249 void output(String msg, boolean error, boolean newline) { in output()
/third_party/boost/boost/iostreams/
Dchar_traits.hpp51 static char newline() { return '\n'; } in newline() function
62 static wchar_t newline() { return L'\n'; } in newline() function
/third_party/node/deps/npm/node_modules/stringify-package/
Dindex.js9 function stringifyPackage (data, indent, newline) { argument
/third_party/gettext/gettext-tools/tests/
Dsentence-1-prg.c36 char *p, *newline; in main() local
/third_party/boost/boost/iostreams/filter/
Dnewline.hpp42 namespace newline { namespace
224 int newline() in newline() function in boost::iostreams::newline_filter
248 bool newline(Sink& dest) in newline() function in boost::iostreams::newline_filter
/third_party/boost/boost/wave/
Dwhitespace_handling.hpp116 state_t general, newline, newline_2nd, whitespace, bol_whitespace; member in boost::wave::context_policies::eat_whitespace
183 eat_whitespace<TokenT>::newline(TokenT &token, bool &skipped_newline) in newline() function in boost::wave::context_policies::eat_whitespace
/third_party/cef/tools/yapf/yapf/yapflib/
Dreformatter.py269 def __init__(self, state, newline, previous): argument
344 def _AddNextStateToQueue(penalty, previous_node, newline, count, p_queue): argument
Dpy3compat.py29 def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument argument
/third_party/boost/boost/xpressive/detail/core/matcher/
Dlogical_newline_matcher.hpp71 char_class_type newline() const in newline() function
/third_party/boost/boost/archive/
Dbasic_text_oarchive.hpp74 void newline(){ in newline() function in boost::archive::basic_text_oarchive
/third_party/harfbuzz/test/shaping/
Dhb_test_tools.py22 def newline (): return '\n' member in ColorFormatter.Null
38 def newline (): return '\n' member in ColorFormatter.ANSI
50 def newline (): return '<br/>\n' member in ColorFormatter.HTML
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Dhb_test_tools.py22 def newline (): return '\n' member in ColorFormatter.Null
38 def newline (): return '\n' member in ColorFormatter.ANSI
50 def newline (): return '<br/>\n' member in ColorFormatter.HTML
/third_party/skia/src/core/
DSkStringUtils.cpp38 static const char newline[] = "\n"; in SkTabString() local
/third_party/flutter/skia/src/core/
DSkStringUtils.cpp38 static const char newline[] = "\n"; in SkTabString() local
/third_party/node/deps/npm/node_modules/cli-columns/
Dindex.js9 newline: '\n', property
/third_party/node/deps/npm/lib/
Dversion.js38 readPackage(function (er, data, indent, newline) { argument
139 readPackage(function (er, data, indent, newline) { argument
345 function write (data, file, indent, newline, cb) { argument
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Dhb_test_tools.py100 def newline (): return '\n' member in ColorFormatter.Null
116 def newline (): return '\n' member in ColorFormatter.ANSI
128 def newline (): return '<br/>\n' member in ColorFormatter.HTML
/third_party/pcre2/pcre2/src/
Dpcre2demo.c86 uint32_t newline; in main() local
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dpp.c115 const char *backslash, *newline, *search_start; in remove_line_continuations() local
/third_party/eudev/src/shared/
Dutf8.c142 bool utf8_is_printable_newline(const char* str, size_t length, bool newline) { in utf8_is_printable_newline()
/third_party/flutter/skia/src/gpu/
DGrShaderUtils.cpp168 void newline() { in newline() function in GrShaderUtils::GLSLPrettyPrint
/third_party/python/Modules/_io/clinic/
D_iomodule.c.h150 const char *newline = NULL; in _io_open() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dio.hpp59 char_type newline; member in glm::io::format_punct
/third_party/gettext/gettext-tools/src/
Dmsgexec.c75 static bool newline; variable

12345