Home
last modified time | relevance | path

Searched refs:linebreaks (Results 1 – 14 of 14) 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/boost/libs/hana/doc/js/
Dmathjax-config.js7 linebreaks: { property
/third_party/gettext/gettext-tools/src/
Dwrite-po.c757 char *linebreaks; in wrap() local
996 linebreaks = XNMALLOC (portion_len, char); in wrap()
1035 overrides, canon_charset, linebreaks); in wrap()
1044 || memchr (linebreaks, UC_BREAK_POSSIBLE, portion_len) != NULL)) in wrap()
1119 if (linebreaks[i] == UC_BREAK_POSSIBLE) in wrap()
1231 free (linebreaks); in wrap()
/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/gettext/
DChangeLog.1947 unilbrk/ulc-width-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