Home
last modified time | relevance | path

Searched defs:inbuf_end (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c13 const Py_UNICODE *inbuf, *inbuf_top, *inbuf_end; member
19 const unsigned char *inbuf, *inbuf_top, *inbuf_end; member
737 Py_UNICODE *inbuf, *inbuf_end, *inbuf_tmp = NULL; in encoder_encode_stateful() local
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c61 const unsigned char *inbuf, *inbuf_top, *inbuf_end; member