Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c2155 #define MAX_SHORT_UNICHARS 300 /* largest size we'll do on the stack */ in PyUnicode_EncodeUTF8() macro
2162 char stackbuf[MAX_SHORT_UNICHARS * 4]; in PyUnicode_EncodeUTF8()
2167 if (size <= MAX_SHORT_UNICHARS) { in PyUnicode_EncodeUTF8()
2243 #undef MAX_SHORT_UNICHARS in PyUnicode_EncodeUTF8()