Searched refs:nfd_nfkd (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | unicodedata.c | 486 nfd_nfkd(PyObject *self, PyObject *input, int k) in nfd_nfkd() function 647 result = nfd_nfkd(self, input, k); in nfc_nfkc() 854 return nfd_nfkd(self, input, 0); in unicodedata_UCD_normalize_impl() 861 return nfd_nfkd(self, input, 1); in unicodedata_UCD_normalize_impl()
|
/external/python/cpython2/Modules/ |
D | unicodedata.c | 497 nfd_nfkd(PyObject *self, PyObject *input, int k) in nfd_nfkd() function 638 result = nfd_nfkd(self, input, k); in nfc_nfkc() 815 return nfd_nfkd(self, input, 0); in unicodedata_normalize() 822 return nfd_nfkd(self, input, 1); in unicodedata_normalize()
|