Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytesobject.c667 char onechar; /* For byte_converter() */ in _PyBytes_FormatEx() local
939 pbuf = &onechar; in _PyBytes_FormatEx()
940 len = byte_converter(v, &onechar); in _PyBytes_FormatEx()
945 *res++ = onechar; in _PyBytes_FormatEx()
/external/python/cpython2/Objects/
Dbytesobject.c661 char onechar; /* For byte_converter() */ in _PyBytes_FormatEx() local
933 pbuf = &onechar; in _PyBytes_FormatEx()
934 len = byte_converter(v, &onechar); in _PyBytes_FormatEx()
939 *res++ = onechar; in _PyBytes_FormatEx()
/external/pcre/dist2/src/
Dpcre2test.c773 uint32_t onechar; member
3640 if (cc == c1modlist[i].onechar) break; in decode_modifiers()