Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytesobject.c680 char onechar; /* For byte_converter() */ in _PyBytes_FormatEx() local
949 pbuf = &onechar; in _PyBytes_FormatEx()
950 len = byte_converter(v, &onechar); in _PyBytes_FormatEx()
955 *res++ = onechar; in _PyBytes_FormatEx()
/third_party/pcre2/pcre2/src/
Dpcre2test.c819 uint32_t onechar; member
3724 if (cc == c1modlist[i].onechar) break; in decode_modifiers()