Lines Matching refs:_PyLong_AsInt
401 final = _PyLong_AsInt(args[2]); in _codecs_utf_7_decode()
471 final = _PyLong_AsInt(args[2]); in _codecs_utf_8_decode()
541 final = _PyLong_AsInt(args[2]); in _codecs_utf_16_decode()
611 final = _PyLong_AsInt(args[2]); in _codecs_utf_16_le_decode()
681 final = _PyLong_AsInt(args[2]); in _codecs_utf_16_be_decode()
753 byteorder = _PyLong_AsInt(args[2]); in _codecs_utf_16_ex_decode()
760 final = _PyLong_AsInt(args[3]); in _codecs_utf_16_ex_decode()
830 final = _PyLong_AsInt(args[2]); in _codecs_utf_32_decode()
900 final = _PyLong_AsInt(args[2]); in _codecs_utf_32_le_decode()
970 final = _PyLong_AsInt(args[2]); in _codecs_utf_32_be_decode()
1042 byteorder = _PyLong_AsInt(args[2]); in _codecs_utf_32_ex_decode()
1049 final = _PyLong_AsInt(args[3]); in _codecs_utf_32_ex_decode()
1129 final = _PyLong_AsInt(args[2]); in _codecs_unicode_escape_decode()
1209 final = _PyLong_AsInt(args[2]); in _codecs_raw_unicode_escape_decode()
1472 final = _PyLong_AsInt(args[2]); in _codecs_mbcs_decode()
1546 final = _PyLong_AsInt(args[2]); in _codecs_oem_decode()
1590 codepage = _PyLong_AsInt(args[0]); in _codecs_code_page_decode()
1625 final = _PyLong_AsInt(args[3]); in _codecs_code_page_decode()
1886 byteorder = _PyLong_AsInt(args[2]); in _codecs_utf_16_encode()
2068 byteorder = _PyLong_AsInt(args[2]); in _codecs_utf_32_encode()
2668 code_page = _PyLong_AsInt(args[0]); in _codecs_code_page_encode()