Searched refs:find_nfc_index (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | unicodedata.c | 613 find_nfc_index(PyObject *self, struct reindex* nfc, Py_UNICODE code) in find_nfc_index() function 686 f = find_nfc_index(self, nfc_first, *i); in nfc_nfkc() 705 l = find_nfc_index(self, nfc_last, *i1); in nfc_nfkc() 730 f = find_nfc_index(self, nfc_first, *i); in nfc_nfkc()
|
/external/python/cpython3/Modules/ |
D | unicodedata.c | 619 find_nfc_index(PyObject *self, struct reindex* nfc, Py_UCS4 code) in find_nfc_index() function 705 f = find_nfc_index(self, nfc_first, code); in nfc_nfkc() 728 l = find_nfc_index(self, nfc_last, code1); in nfc_nfkc() 753 f = find_nfc_index(self, nfc_first, output[o]); in nfc_nfkc()
|