Searched refs:onechar (Results 1 – 3 of 3) sorted by relevance
667 char onechar; /* For byte_converter() */ in _PyBytes_FormatEx() local939 pbuf = &onechar; in _PyBytes_FormatEx()940 len = byte_converter(v, &onechar); in _PyBytes_FormatEx()945 *res++ = onechar; in _PyBytes_FormatEx()
661 char onechar; /* For byte_converter() */ in _PyBytes_FormatEx() local933 pbuf = &onechar; in _PyBytes_FormatEx()934 len = byte_converter(v, &onechar); in _PyBytes_FormatEx()939 *res++ = onechar; in _PyBytes_FormatEx()
773 uint32_t onechar; member3640 if (cc == c1modlist[i].onechar) break; in decode_modifiers()