Lines Matching defs:code
46 _getrecord_ex(Py_UCS4 code) in _getrecord_ex()
405 int code, index, count, i; in unicodedata_decomposition() local
464 get_decomp_record(PyObject *self, Py_UCS4 code, int *index, int *prefix, int *count) in get_decomp_record()
528 Py_UNICODE code = stack[--stackptr]; in nfd_nfkd() local
613 find_nfc_index(PyObject *self, struct reindex* nfc, Py_UNICODE code) in find_nfc_index()
634 Py_UNICODE code; in nfc_nfkc() local
884 is_unified_ideograph(Py_UCS4 code) in is_unified_ideograph()
894 _getucname(PyObject *self, Py_UCS4 code, char* buffer, int buflen) in _getucname()
984 _cmpname(PyObject *self, int code, const char* name, int namelen) in _cmpname()
1019 _getcode(PyObject* self, const char* name, int namelen, Py_UCS4* code) in _getcode()
1153 Py_UCS4 code; in unicodedata_lookup() local