Home
last modified time | relevance | path

Searched refs:linebreaks (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/scripts/eslint/rules/
Dsimple-indent.ts24 const linebreaks = sourceCode.getText().match(/\r\n|[\r\n\u2028\u2029]/gu); constant
34 const linebreaksLen = linebreaks && linebreaks[i] ? linebreaks[i].length : 1;
/third_party/ffmpeg/libavcodec/
Dass.c149 const char *linebreaks, int keep_ass_markup) in ff_ass_bprint_text_event() argument
156 if (linebreaks && strchr(linebreaks, *p)) { in ff_ass_bprint_text_event()
Dtextdec.c33 const char *linebreaks; member
56 ff_ass_bprint_text_event(&buf, ptr, avpkt->size, text->linebreaks, text->keep_ass_markup); in text_decode_frame()
102 text->linebreaks = "|"; in linebreak_init()
Dass.h138 const char *linebreaks, int keep_ass_markup);
/third_party/python/Tools/unicode/
Dmakeunicodedata.py402 linebreaks = []
419 linebreaks.append(char)
508 print(len(linebreaks), "linebreak code points")
589 for codepoint in sorted(linebreaks):
/third_party/libinput/doc/user/
Dconf.py.in180 # sphinx cannot do ..include:: without linebreaks, so in-line replacements
/third_party/pcre2/pcre2/
DRunTest.bat4 @rem options. This file must use CRLF linebreaks to function properly,
/third_party/icu/docs/userguide/transforms/general/
Drules.md361 any characters excluding those for linebreaks or æther. However, it cannot be
/third_party/jinja2/
DCHANGES.rst400 - Added a ``trimmed`` modifier to ``{% trans %}`` to strip linebreaks
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Ddiagnostics.dart1820 // Escape linebreaks in multiline strings to avoid confusing output when
/third_party/libuv/
DChangeLog1514 * unix: remove unnecessary linebreaks (cjihrig)
/third_party/python/Misc/
DHISTORY13628 form feed (0x0C) are now considered linebreaks, as specified in Unicode