Home
last modified time | relevance | path

Searched refs:maxch (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dunicodeobject.c5718 Py_UCS4 maxch = PyUnicode_MAX_CHAR_VALUE(writer.buffer); in PyUnicode_DecodeUTF32Stateful() local
5728 if (ch > maxch) in PyUnicode_DecodeUTF32Stateful()
5740 if (ch > maxch) in PyUnicode_DecodeUTF32Stateful()
5757 else if (ch <= maxch) { in PyUnicode_DecodeUTF32Stateful()

Completed in 19 milliseconds