Home
last modified time | relevance | path

Searched refs:nfc_nfkc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dunicodedata.c629 nfc_nfkc(PyObject *self, PyObject *input, int k) in nfc_nfkc() function
801 return nfc_nfkc(self, input, 0); in unicodedata_normalize()
808 return nfc_nfkc(self, input, 1); in unicodedata_normalize()
/external/python/cpython3/Modules/
Dunicodedata.c635 nfc_nfkc(PyObject *self, PyObject *input, int k) in nfc_nfkc() function
840 return nfc_nfkc(self, input, 0); in unicodedata_UCD_normalize_impl()
847 return nfc_nfkc(self, input, 1); in unicodedata_UCD_normalize_impl()