Searched refs:linebreak (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_primitive.cpp | 83 static size_t linebreak(const char text[], const char stop[], in linebreak() function 233 size_t bytesConsumed = linebreak(utf8, utf8 + utf8Bytes, font, width, in shape()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-command.c | 207 static const char linebreak[] = "\n\r"; variable 2299 size_t l = strcspn(p, linebreak); in pa_cli_command_execute() 2309 p += strspn(p, linebreak); in pa_cli_command_execute()
|
/third_party/node/ |
H A D | vcbuild.bat | 734 %node_exe% tools\node_modules\eslint\bin\eslint.js --cache --max-warnings=0 --report-unused-disable-directives --rule "linebreak-style: 0" .eslintrc.js benchmark doc lib test tools
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 842 /* the linebreak mask is set up by _PyUnicode_Init() below */ 15469 /* initialize the linebreak bloom filter */ in _PyUnicode_InitState() 15470 const Py_UCS2 linebreak[] = { in _PyUnicode_InitState() local 15481 PyUnicode_2BYTE_KIND, linebreak, in _PyUnicode_InitState() 15482 Py_ARRAY_LENGTH(linebreak)); in _PyUnicode_InitState()
|
Completed in 24 milliseconds