Home
last modified time | relevance | path

Searched refs:MAXDECPENDING (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.h90 #define MAXDECPENDING 8 macro
93 unsigned char pending[MAXDECPENDING]; \
Dmultibytecodec.c825 if (npendings + ctx->pendingsize > MAXDECPENDING || in decoder_append_pending()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.h84 #define MAXDECPENDING 8 macro
87 unsigned char pending[MAXDECPENDING]; \
Dmultibytecodec.c839 if (npendings + ctx->pendingsize > MAXDECPENDING || in decoder_append_pending()