Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dunicodedata.c.h448 unicodedata_UCD_normalize_impl(PyObject *self, PyObject *form,
477 return_value = unicodedata_UCD_normalize_impl(self, form, input); in unicodedata_UCD_normalize()
/aosp_15_r20/external/python/cpython3/Modules/
Dunicodedata.c939 unicodedata_UCD_normalize_impl(PyObject *self, PyObject *form, in unicodedata_UCD_normalize_impl() function