Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c210 #define REQUIRE_DECODEBUFFER(buf, s) do { \ macro
378 REQUIRE_DECODEBUFFER(buf, -1); in multibytecodec_decerror()
396 REQUIRE_DECODEBUFFER(buf, 1); in multibytecodec_decerror()
443 REQUIRE_DECODEBUFFER(buf, retunisize); in multibytecodec_decerror()