Lines Matching defs:limit
7050 const Py_UCS4 limit)
7058 const char *encoding = (limit == 256) ? "latin-1" : "ascii";
7059 const char *reason = (limit == 256) ? "ordinal not in range(256)" : "ordinal not in range(128)";
7086 if (ch < limit) {
7098 while ((collend < size) && (PyUnicode_READ(kind, data, collend) >= limit))
7190 if (limit == 256 ?
7194 /* Not all characters are smaller than limit */
7389 length limit in MultiByteToWideChar on Windows */
13166 -1 (the default value) means no limit.
13803 /* overallocate to limit the number of realloc() */
13816 /* overallocate to limit the number of realloc() */