Lines Matching refs:Py_MIN
1201 copy_length = Py_MIN(length, PyUnicode_GET_LENGTH(unicode)); in resize_copy()
1212 copy_length = Py_MIN(copy_length, length); in resize_copy()
1745 how_many = Py_MIN(PyUnicode_GET_LENGTH(from)-from_start, how_many); in PyUnicode_CopyCharacters()
2789 length = Py_MIN(precision, length); in unicode_fromformat_write_str()
8616 length = Py_MIN(length, 256); in PyUnicode_BuildEncodingMap()
9893 len = Py_MIN(len, Py_MAX(Py_MAX(remaining, min_width), 1)); in _PyUnicode_InsertThousandsGrouping()
9895 n_chars = Py_MAX(0, Py_MIN(remaining, len)); in _PyUnicode_InsertThousandsGrouping()
9926 n_chars = Py_MAX(0, Py_MIN(remaining, len)); in _PyUnicode_InsertThousandsGrouping()
10602 length = Py_MIN(maxlen, length); in PyUnicode_Fill()
11352 len = Py_MIN(len1, len2); in unicode_compare()
11514 len = Py_MIN(len1, len2); in PyUnicode_CompareWithASCIIString()
12885 end = Py_MIN(end, length); in PyUnicode_Substring()