Home
last modified time | relevance | path

Searched refs:sep_char (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dpystrhex.c13 Py_UCS1 sep_char = 0; in _Py_strhex_impl() local
30 sep_char = PyUnicode_READ_CHAR(sep, 0); in _Py_strhex_impl()
33 sep_char = PyBytes_AS_STRING(sep)[0]; in _Py_strhex_impl()
39 if (sep_char > 127 && !return_bytes) { in _Py_strhex_impl()
110 retbuf[j++] = sep_char; in _Py_strhex_impl()
128 retbuf[j--] = sep_char; in _Py_strhex_impl()
/third_party/ffmpeg/doc/
Dffprobe.texi486 alphanumeric character or an underscore (see @var{sep_char} option).
491 @item sep_char, s