Home
last modified time | relevance | path

Searched refs:linebreak (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skshaper/src/
H A DSkShaper_primitive.cpp83 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 Dcli-command.c207 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 Dvcbuild.bat734 %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 Dunicodeobject.c842 /* 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