Home
last modified time | relevance | path

Searched defs:inp_end (Results 1 - 4 of 4) sorted by relevance

/third_party/markupsafe/
H A D_speedups.c95 Py_UCS1 *inp_end = inp + PyUnicode_GET_LENGTH(in); in escape_unicode_kind1() local
121 Py_UCS2 *inp_end = inp + PyUnicode_GET_LENGTH(in); in escape_unicode_kind2() local
147 Py_UCS4 *inp_end = inp + PyUnicode_GET_LENGTH(in); escape_unicode_kind4() local
[all...]
/third_party/node/deps/v8/third_party/markupsafe/
H A D_speedups.c60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); in escape_unicode() local
/third_party/node/tools/inspector_protocol/markupsafe/
H A D_speedups.c60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); in escape_unicode() local
/third_party/skia/third_party/externals/markupsafe/
H A D_speedups.c60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); in escape_unicode() local

Completed in 3 milliseconds