Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dunicodedata.c.h299 unicodedata_UCD_normalize_impl(PyObject *self, const char *form,
313 return_value = unicodedata_UCD_normalize_impl(self, form, input); in unicodedata_UCD_normalize()
/external/python/cpython3/Modules/
Dunicodedata.c824 unicodedata_UCD_normalize_impl(PyObject *self, const char *form, in unicodedata_UCD_normalize_impl() function