Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dunicodedata.c642 nfc_nfkc(PyObject *self, PyObject *input, int k) in nfc_nfkc() function
900 cmp = (nfc ? nfc_nfkc : nfd_nfkd)(self, input, k); in unicodedata_UCD_is_normalized_impl()
947 return nfc_nfkc(self, input, 0); in unicodedata_UCD_normalize_impl()
954 return nfc_nfkc(self, input, 1); in unicodedata_UCD_normalize_impl()
/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()