Searched refs:to_maxchar (Results 1 – 1 of 1) sorted by relevance
1457 const Py_UCS4 to_maxchar = PyUnicode_MAX_CHAR_VALUE(to); in _copy_characters() local1462 assert(ch <= to_maxchar); in _copy_characters()1552 const Py_UCS4 to_maxchar = PyUnicode_MAX_CHAR_VALUE(to); in _copy_characters() local1558 if (ch > to_maxchar) in _copy_characters()