Lines Matching refs:Py_UNICODE
94 Py_UNICODE *v = PyUnicode_AS_UNICODE(obj); in getuchar()
500 Py_UNICODE *i, *end, *o; in nfd_nfkd()
502 Py_UNICODE stack[20]; in nfd_nfkd()
528 Py_UNICODE code = stack[--stackptr]; in nfd_nfkd()
597 Py_UNICODE tmp = o[1]; in nfd_nfkd()
613 find_nfc_index(PyObject *self, struct reindex* nfc, Py_UNICODE code) in find_nfc_index()
632 Py_UNICODE *i, *i1, *o, *end; in nfc_nfkc()
634 Py_UNICODE code; in nfc_nfkc()
635 Py_UNICODE *skipped[20]; in nfc_nfkc()
745 Py_UNICODE *i, *end; in is_normalized()
1154 Py_UNICODE str[2]; in unicodedata_lookup()
1174 str[0] = (Py_UNICODE) code; in unicodedata_lookup()