Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dunicodedata.c.h19 unicodedata_UCD_decimal_impl(PyObject *self, int chr,
33 return_value = unicodedata_UCD_decimal_impl(self, chr, default_value); in unicodedata_UCD_decimal()
/external/python/cpython3/Modules/
Dunicodedata.c123 unicodedata_UCD_decimal_impl(PyObject *self, int chr, in unicodedata_UCD_decimal_impl() function