Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c7297 #define DECODING_CHUNK_SIZE (INT_MAX/4) macro
7535 if (size > DECODING_CHUNK_SIZE) { in decode_code_page_stateful()
7536 chunk_size = DECODING_CHUNK_SIZE; in decode_code_page_stateful()
7940 if (len > DECODING_CHUNK_SIZE) { in encode_code_page()
7941 chunk_len = DECODING_CHUNK_SIZE; in encode_code_page()